diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-10 12:33:52 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-10 12:33:52 -0500 |
| commit | 3a817f57108dbff38e92ec0c37e60fc9e275ca5b (patch) | |
| tree | 71ed31627b930e3c62bbafa8546e60eb2a1b5f7f | |
| parent | 0fbddaa381db0fb75eb7f7f8ffef7e79998d9bbe (diff) | |
nits
| -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; |
