Skip to content

Commit ed583f5

Browse files
authored
Merge pull request #7 from shankari/release_v106
Check in the current state as of version 1.0.6
2 parents 238169d + d601367 commit ed583f5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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="4" id="edu.berkeley.eecs.embase" ios-CFBundleVersion="4" version="1.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="4" id="edu.berkeley.eecs.embase" ios-CFBundleVersion="6" version="1.0.6" 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.
@@ -54,7 +54,7 @@
5454
<plugin name="edu.berkeley.eecs.emission.cordova.datacollection" spec="https://github.com/e-mission/e-mission-data-collection.git" />
5555
<plugin name="edu.berkeley.eecs.emission.cordova.serversync" spec="https://github.com/e-mission/cordova-server-sync.git" />
5656
<plugin name="edu.berkeley.eecs.emission.cordova.transitionnotify" spec="https://github.com/e-mission/e-mission-transition-notify.git" />
57-
<plugin name="cordova-plugin-ionic" spec="~3.0.0">
57+
<plugin name="cordova-plugin-ionic" spec="^3.0.0">
5858
<variable name="APP_ID" value="e0d8cdec" />
5959
<variable name="CHANNEL_NAME" value="Production" />
6060
<variable name="UPDATE_METHOD" value="none" />

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"edu.berkeley.eecs.emission.cordova.datacollection": {},
3030
"edu.berkeley.eecs.emission.cordova.serversync": {},
3131
"cordova-plugin-ionic": {
32-
"APP_ID": "6ab82e2d",
32+
"APP_ID": "e0d8cdec",
3333
"CHANNEL_NAME": "Production",
3434
"UPDATE_METHOD": "none"
3535
},
@@ -50,7 +50,7 @@
5050
"cordova-plugin-email-composer": "~0.8.12",
5151
"cordova-plugin-file": "~6.0.1",
5252
"cordova-plugin-inappbrowser": "https://github.com/shankari/cordova-plugin-inappbrowser.git",
53-
"cordova-plugin-ionic": "~3.0.0",
53+
"cordova-plugin-ionic": "^3.0.0",
5454
"cordova-plugin-whitelist": "~1.3.3",
5555
"cordova-plugin-x-socialsharing": "~5.2.1",
5656
"de.appplant.cordova.plugin.local-notification-ios9-fix": "https://github.com/shankari/cordova-plugin-local-notifications.git",
@@ -68,4 +68,4 @@
6868
"phonegap-plugin-barcodescanner": "^7.1.0",
6969
"phonegap-plugin-push": "~1.9.2"
7070
}
71-
}
71+
}

resources/icon.ios.png

327 KB
Loading

0 commit comments

Comments
 (0)