Skip to content

Commit 8e21df5

Browse files
authored
Merge pull request #12 from shankari/release_v111
Bump up version numbers
2 parents 9607d29 + fe76b62 commit 8e21df5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="7" id="edu.berkeley.eecs.embase" ios-CFBundleVersion="7" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="7" id="edu.berkeley.eecs.embase" ios-CFBundleVersion="7" version="1.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>emTripLog</name>
44
<description>
55
Base version of the e-mission app, intended for customization by studies.
@@ -63,7 +63,7 @@
6363
</plugin>
6464
<engine name="ios" spec="^4.5.4" />
6565
<engine name="android" spec="^6.4.0" />
66-
<plugin name="edu.berkeley.eecs.emission.cordova.auth" spec="https://github.com/e-mission/cordova-jwt-auth.git#v1.4.0" />
66+
<plugin name="edu.berkeley.eecs.emission.cordova.auth" spec="https://github.com/e-mission/cordova-jwt-auth.git#v1.4.1" />
6767
<plugin name="edu.berkeley.eecs.emission.cordova.comm" spec="https://github.com/e-mission/cordova-server-communication.git#v1.2.0" />
6868
<plugin name="edu.berkeley.eecs.emission.cordova.datacollection" spec="https://github.com/e-mission/e-mission-data-collection.git#v1.1.0" />
6969
<plugin name="edu.berkeley.eecs.emission.cordova.serversync" spec="https://github.com/e-mission/cordova-server-sync.git#v1.1.0" />

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edu.berkeley.eecs.embase",
3-
"version": "1.0.1",
3+
"version": "1.1.1",
44
"displayName": "emTripLog",
55
"cordova": {
66
"platforms": [
@@ -56,7 +56,7 @@
5656
"cordova-plugin-whitelist": "~1.3.3",
5757
"cordova-plugin-x-socialsharing": "~5.2.1",
5858
"de.appplant.cordova.plugin.local-notification-ios9-fix": "https://github.com/shankari/cordova-plugin-local-notifications.git",
59-
"em-cordova-jwt-auth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.4.0",
59+
"em-cordova-jwt-auth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.4.1",
6060
"em-cordova-server-communication": "git+https://github.com/e-mission/cordova-server-communication.git#v1.2.0",
6161
"e-mission-data-collection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.1.0",
6262
"em-cordova-server-sync": "git+https://github.com/e-mission/cordova-server-sync.git#v1.1.0",

0 commit comments

Comments
 (0)