summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-02-01 11:45:25 -0500
committerPliable Pixels <pliablepixels@gmail.com>2020-02-01 11:45:25 -0500
commit15e6acfb1f014b1badbdbb9a71fe884a747013ad (patch)
tree1b3c469a3460e5abaf5081b4ddbcad82745b8aeb
parent8162b584bee77e66a4b5d253fc66c5635d14e17c (diff)
nits
-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 3dea9938..67ad6b2c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.3.087",
+ "version":"1.3.088",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -213,4 +213,4 @@
]
}
}
-} \ No newline at end of file
+}
diff --git a/www/js/NVR.js b/www/js/NVR.js
index 67710aac..a53e0587 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.087";
+ var zmAppVersion = "1.3.088";
var isBackground = false;
var justResumed = false;