Skip to content

Commit 4fe31ef

Browse files
authored
Merge pull request #17 from shankari/release_121
Update the plugin versions for the point release
2 parents ac09d80 + 8d3016f commit 4fe31ef

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

config.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="8" id="edu.berkeley.eecs.embase" ios-CFBundleVersion="8" version="1.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="9" id="edu.berkeley.eecs.embase" ios-CFBundleVersion="9" version="1.2.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.
@@ -65,13 +65,13 @@
6565
</plugin>
6666
<plugin name="edu.berkeley.eecs.emission.cordova.auth" spec="https://github.com/e-mission/cordova-jwt-auth.git#v1.5.0" />
6767
<plugin name="edu.berkeley.eecs.emission.cordova.comm" spec="https://github.com/e-mission/cordova-server-communication.git#v1.2.0" />
68-
<plugin name="edu.berkeley.eecs.emission.cordova.datacollection" spec="https://github.com/e-mission/e-mission-data-collection.git#v1.3.1">
68+
<plugin name="edu.berkeley.eecs.emission.cordova.datacollection" spec="https://github.com/e-mission/e-mission-data-collection.git#v1.3.2">
6969
<variable name="LOCATION_VERSION" value="11.0.1" />
7070
</plugin>
7171
<plugin name="edu.berkeley.eecs.emission.cordova.serversync" spec="https://github.com/e-mission/cordova-server-sync.git#v1.1.2" />
7272
<plugin name="edu.berkeley.eecs.emission.cordova.settings" spec="https://github.com/e-mission/cordova-connection-settings.git#v1.2.0" />
7373
<plugin name="edu.berkeley.eecs.emission.cordova.transitionnotify" spec="https://github.com/e-mission/e-mission-transition-notify.git#v1.2.0" />
74-
<plugin name="edu.berkeley.eecs.emission.cordova.unifiedlogger" spec="https://github.com/e-mission/cordova-unified-logger.git#v1.3.0" />
74+
<plugin name="edu.berkeley.eecs.emission.cordova.unifiedlogger" spec="https://github.com/e-mission/cordova-unified-logger.git#v1.3.1" />
7575
<plugin name="edu.berkeley.eecs.emission.cordova.usercache" spec="https://github.com/e-mission/cordova-usercache.git#v1.1.0" />
7676
<engine name="ios" spec="^4.5.4" />
7777
<engine name="android" spec="^6.4.0" />

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edu.berkeley.eecs.embase",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"displayName": "emTripLog",
55
"cordova": {
66
"platforms": [
@@ -58,18 +58,18 @@
5858
"cordova-plugin-whitelist": "~1.3.3",
5959
"cordova-plugin-x-socialsharing": "~5.2.1",
6060
"de.appplant.cordova.plugin.local-notification-ios9-fix": "https://github.com/shankari/cordova-plugin-local-notifications.git",
61-
"e-mission-data-collection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.3.1",
61+
"e-mission-data-collection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.3.2",
6262
"em-cordova-connection-settings": "git+https://github.com/e-mission/cordova-connection-settings.git#v1.2.0",
6363
"em-cordova-jwt-auth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.5.0",
6464
"em-cordova-server-communication": "git+https://github.com/e-mission/cordova-server-communication.git#v1.2.0",
6565
"em-cordova-server-sync": "git+https://github.com/e-mission/cordova-server-sync.git#v1.1.2",
6666
"em-cordova-transition-notify": "git+https://github.com/e-mission/e-mission-transition-notify.git#v1.2.0",
67-
"em-cordova-unified-logger": "git+https://github.com/e-mission/cordova-unified-logger.git#v1.3.0",
67+
"em-cordova-unified-logger": "git+https://github.com/e-mission/cordova-unified-logger.git#v1.3.1",
6868
"em-cordova-usercache": "git+https://github.com/e-mission/cordova-usercache.git#v1.1.0",
6969
"fs-extra": "^5.0.0",
7070
"ionic-plugin-keyboard": "~2.2.1",
7171
"klaw-sync": "^3.0.2",
7272
"phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git#v8.0.1",
7373
"phonegap-plugin-push": "=2.1.2"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)