From 15e6acfb1f014b1badbdbb9a71fe884a747013ad Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 1 Feb 2020 11:45:25 -0500 Subject: nits --- package.json | 4 ++-- www/js/NVR.js | 2 +- 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; -- cgit v1.2.3