summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-02-10 12:33:52 -0500
committerPliable Pixels <pliablepixels@gmail.com>2019-02-10 12:33:52 -0500
commit3a817f57108dbff38e92ec0c37e60fc9e275ca5b (patch)
tree71ed31627b930e3c62bbafa8546e60eb2a1b5f7f
parent0fbddaa381db0fb75eb7f7f8ffef7e79998d9bbe (diff)
nits
-rw-r--r--config.xml4
-rw-r--r--package.json2
-rw-r--r--www/js/NVR.js2
3 files changed, 4 insertions, 4 deletions
diff --git a/config.xml b/config.xml
index 745643d3..06d6e1ef 100644
--- a/config.xml
+++ b/config.xml
@@ -174,9 +174,9 @@
</plugin>
<plugin name="cordova-custom-config" spec="5.0.2" />
<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>
- <engine name="android" spec="7.1.4" />
- <engine name="ios" spec="4.5.5" />
</widget>
diff --git a/package.json b/package.json
index b39d0dd9..687253a8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.3.042",
+ "version": "1.3.043",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
diff --git a/www/js/NVR.js b/www/js/NVR.js
index dde56a72..6901ff82 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.042";
+ var zmAppVersion = "1.3.043";
var isBackground = false;
var justResumed = false;
var timeSinceResumed = -1;