diff options
| -rw-r--r-- | config.xml | 4 | ||||
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | www/js/NVR.js | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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; |
