summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json4
-rw-r--r--www/js/NVR.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index c1faba29..56682b14 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.3.096",
+ "version":"1.4.1",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -230,4 +230,4 @@
]
}
}
-} \ No newline at end of file
+}
diff --git a/www/js/NVR.js b/www/js/NVR.js
index a67c6a94..01d24730 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -21,7 +21,7 @@ angular.module('zmApp.controllers')
DO NOT TOUCH zmAppVersion
It is changed by sync_version.sh
*/
- var zmAppVersion = "1.3.096";
+ var zmAppVersion = "1.4.1";
var isBackground = false;
var justResumed = false;