Skip to content

Commit b3a81d9

Browse files
Bump version to 1.8.000
1 parent d029e11 commit b3a81d9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="com.zoneminder.zmNinja" version="1.7.016" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.zoneminder.zmNinja" version="1.8.000" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>zmNinja</name>
44
<description>
55
High performance ZoneMinder client

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zmninja",
33
"description": "Home security mobile app for ZoneMinder",
4-
"version": "1.7.016",
4+
"version": "1.8.000",
55
"displayName": "zmNinja",
66
"author": "Zoneminder Inc, Pliable Pixels",
77
"repository": {

www/js/NVR.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ angular.module('zmApp.controllers')
2222
DO NOT TOUCH zmAppVersion
2323
It is changed by sync_version.sh
2424
*/
25-
var zmAppVersion = "1.7.015";
25+
var zmAppVersion = "1.8.000";
2626

2727
var isBackground = false;
2828
var justResumed = false;

0 commit comments

Comments
 (0)