Skip to content

Commit

Permalink
Merge pull request #22 from shankari/upgrade_to_recent_auth
Browse files Browse the repository at this point in the history
Bump up the version number of the auth plugin
  • Loading branch information
shankari authored Dec 7, 2020
2 parents ac93c9a + d70fb3c commit e2f6bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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="101" id="edu.berkeley.eecs.embase" ios-CFBundleVersion="10" version="1.3.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="102" id="edu.berkeley.eecs.embase" ios-CFBundleVersion="11" version="1.3.2" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" 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
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.3.0",
"version": "1.3.2",
"displayName": "emTripLog",
"license": "BSD-3-Clause",
"repository": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"cordova-plugin-customurlscheme": "5.0.1",
"cordova-plugin-device": "2.0.1",
"cordova-plugin-em-datacollection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.5.0",
"cordova-plugin-em-jwt-auth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.6.2",
"cordova-plugin-em-jwt-auth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.6.3",
"cordova-plugin-em-server-communication": "git+https://github.com/e-mission/cordova-server-communication.git#v1.2.3",
"cordova-plugin-em-serversync": "git+https://github.com/e-mission/cordova-server-sync.git#v1.2.4",
"cordova-plugin-em-settings": "git+https://github.com/e-mission/cordova-connection-settings.git#v1.2.2",
Expand Down

0 comments on commit e2f6bcc

Please sign in to comment.