summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.xml6
-rw-r--r--package.json4
-rw-r--r--www/js/NVR.js2
3 files changed, 6 insertions, 6 deletions
diff --git a/config.xml b/config.xml
index 62ed8117..f7b94e37 100644
--- a/config.xml
+++ b/config.xml
@@ -172,11 +172,11 @@
<variable name="FCM_VERSION" value="11.6.2" />
</plugin>
<plugin name="cordova-custom-config" spec="5.0.2" />
+ <plugin name="cordova-plugin-advanced-http" spec="https://github.com/silkimen/cordova-plugin-advanced-http.git" />
<plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" />
+ <engine name="android" spec="7.1.4" />
+ <engine name="ios" spec="4.5.5" />
<plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git">
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
</plugin>
- <plugin name="cordova-plugin-advanced-http" spec="https://github.com/silkimen/cordova-plugin-advanced-http.git" />
- <engine name="android" spec="7.1.4" />
- <engine name="ios" spec="4.5.5" />
</widget>
diff --git a/package.json b/package.json
index 06906ab6..55e1a966 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.3.043",
+ "version":"1.3.050",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -184,4 +184,4 @@
]
}
}
-} \ No newline at end of file
+}
diff --git a/www/js/NVR.js b/www/js/NVR.js
index 82b7ac66..d37851cf 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -20,7 +20,7 @@ angular.module('zmApp.controllers')
DO NOT TOUCH zmAppVersion
It is changed by sync_version.sh
*/
- var zmAppVersion = "1.3.043";
+ var zmAppVersion = "1.3.050";
var isBackground = false;
var justResumed = false;
var timeSinceResumed = -1;