Skip to content

Commit e2f6bcc

Browse files
authored
Merge pull request #22 from shankari/upgrade_to_recent_auth
Bump up the version number of the auth plugin
2 parents ac93c9a + d70fb3c commit e2f6bcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<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">
2+
<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">
33
<name>emTripLog</name>
44
<description>
55
Base version of the e-mission app, intended for customization by studies.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edu.berkeley.eecs.embase",
3-
"version": "1.3.0",
3+
"version": "1.3.2",
44
"displayName": "emTripLog",
55
"license": "BSD-3-Clause",
66
"repository": {
@@ -76,7 +76,7 @@
7676
"cordova-plugin-customurlscheme": "5.0.1",
7777
"cordova-plugin-device": "2.0.1",
7878
"cordova-plugin-em-datacollection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.5.0",
79-
"cordova-plugin-em-jwt-auth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.6.2",
79+
"cordova-plugin-em-jwt-auth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.6.3",
8080
"cordova-plugin-em-server-communication": "git+https://github.com/e-mission/cordova-server-communication.git#v1.2.3",
8181
"cordova-plugin-em-serversync": "git+https://github.com/e-mission/cordova-server-sync.git#v1.2.4",
8282
"cordova-plugin-em-settings": "git+https://github.com/e-mission/cordova-connection-settings.git#v1.2.2",

0 commit comments

Comments
 (0)