Skip to content

Commit

Permalink
Merge pull request #12 from shankari/release_v111
Browse files Browse the repository at this point in the history
Bump up version numbers
  • Loading branch information
shankari authored Oct 30, 2018
2 parents 9607d29 + fe76b62 commit 8e21df5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<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">
<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">
<name>emTripLog</name>
<description>
Base version of the e-mission app, intended for customization by studies.
Expand Down Expand Up @@ -63,7 +63,7 @@
</plugin>
<engine name="ios" spec="^4.5.4" />
<engine name="android" spec="^6.4.0" />
<plugin name="edu.berkeley.eecs.emission.cordova.auth" spec="https://github.com/e-mission/cordova-jwt-auth.git#v1.4.0" />
<plugin name="edu.berkeley.eecs.emission.cordova.auth" spec="https://github.com/e-mission/cordova-jwt-auth.git#v1.4.1" />
<plugin name="edu.berkeley.eecs.emission.cordova.comm" spec="https://github.com/e-mission/cordova-server-communication.git#v1.2.0" />
<plugin name="edu.berkeley.eecs.emission.cordova.datacollection" spec="https://github.com/e-mission/e-mission-data-collection.git#v1.1.0" />
<plugin name="edu.berkeley.eecs.emission.cordova.serversync" spec="https://github.com/e-mission/cordova-server-sync.git#v1.1.0" />
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edu.berkeley.eecs.embase",
"version": "1.0.1",
"version": "1.1.1",
"displayName": "emTripLog",
"cordova": {
"platforms": [
Expand Down Expand Up @@ -56,7 +56,7 @@
"cordova-plugin-whitelist": "~1.3.3",
"cordova-plugin-x-socialsharing": "~5.2.1",
"de.appplant.cordova.plugin.local-notification-ios9-fix": "https://github.com/shankari/cordova-plugin-local-notifications.git",
"em-cordova-jwt-auth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.4.0",
"em-cordova-jwt-auth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.4.1",
"em-cordova-server-communication": "git+https://github.com/e-mission/cordova-server-communication.git#v1.2.0",
"e-mission-data-collection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.1.0",
"em-cordova-server-sync": "git+https://github.com/e-mission/cordova-server-sync.git#v1.1.0",
Expand Down

0 comments on commit 8e21df5

Please sign in to comment.