Skip to content

Commit

Permalink
Bump up the server communication plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed May 24, 2019
1 parent 0c87ab2 commit ee6ea74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.cordovabuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</plugin>
<preference name="SplashShowOnlyFirstTime" value="false" />
<plugin name="edu.berkeley.eecs.emission.cordova.auth" spec="https://github.com/e-mission/cordova-jwt-auth.git#v1.5.0" />
<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.comm" spec="https://github.com/e-mission/cordova-server-communication.git#v1.2.1" />
<plugin name="edu.berkeley.eecs.emission.cordova.datacollection" spec="https://github.com/e-mission/e-mission-data-collection.git#v1.3.3">
<variable name="LOCATION_VERSION" value="11.0.1" />
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion package.cordovabuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"e-mission-data-collection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.3.3",
"em-cordova-connection-settings": "git+https://github.com/e-mission/cordova-connection-settings.git#v1.2.0",
"em-cordova-jwt-auth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.5.0",
"em-cordova-server-communication": "git+https://github.com/e-mission/cordova-server-communication.git#v1.2.0",
"em-cordova-server-communication": "git+https://github.com/e-mission/cordova-server-communication.git#v1.2.1",
"em-cordova-server-sync": "git+https://github.com/e-mission/cordova-server-sync.git#v1.1.2",
"em-cordova-transition-notify": "git+https://github.com/e-mission/e-mission-transition-notify.git#v1.2.0",
"em-cordova-unified-logger": "git+https://github.com/e-mission/cordova-unified-logger.git#v1.3.1",
Expand Down

0 comments on commit ee6ea74

Please sign in to comment.