Skip to content

Commit

Permalink
Showing 4 changed files with 531 additions and 237 deletions.
754 changes: 524 additions & 230 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
@@ -173,10 +173,10 @@
<variable name="FCM_VERSION" value="11.6.2" />
</plugin>
<plugin name="cordova-custom-config" spec="5.0.2" />
<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-media-pp-fork" spec="^1.0.2-dev" />
<engine name="ios" spec="4.5.5" />
<engine name="android" spec="7.1.4" />
<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>
</widget>
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
"version": "1.3.041",
"version": "1.3.042",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -55,10 +55,10 @@
"FCM_VERSION": "11.6.2"
},
"cordova-custom-config": {},
"cordova-plugin-media-pp-fork": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-media-pp-fork": {}
}
}
},
"dependencies": {
2 changes: 1 addition & 1 deletion www/js/NVR.js
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ angular.module('zmApp.controllers')
DO NOT TOUCH zmAppVersion
It is changed by sync_version.sh
*/
var zmAppVersion = "1.3.041";
var zmAppVersion = "1.3.042";
var isBackground = false;
var justResumed = false;
var timeSinceResumed = -1;

0 comments on commit d55d40c

Please sign in to comment.