From ee6ea74255fc416300a501db5fc92b43ee7432ce Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Fri, 24 May 2019 12:09:34 -0700 Subject: [PATCH] Bump up the server communication plugin version To https://github.com/e-mission/cordova-server-communication/releases/tag/v1.2.1 which finally fixes https://github.com/e-mission/e-mission-docs/issues/333 --- config.cordovabuild.xml | 2 +- package.cordovabuild.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.cordovabuild.xml b/config.cordovabuild.xml index 6d0586c31..79207ea94 100644 --- a/config.cordovabuild.xml +++ b/config.cordovabuild.xml @@ -109,7 +109,7 @@ - + diff --git a/package.cordovabuild.json b/package.cordovabuild.json index a83d38683..6d26a9ad7 100644 --- a/package.cordovabuild.json +++ b/package.cordovabuild.json @@ -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",