summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-04-28 11:43:06 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-04-28 11:43:06 -0400
commit2b21087f3559127f33a91728e20ab1535a70bdbe (patch)
tree98efbc6a3bf19a7335d0f96c05a7fa095c608f36
parent375fcd68c3fc9494c957f1e7693d6eeddd34c69b (diff)
fix android version
-rwxr-xr-xbuild_android.sh3
-rw-r--r--config.xml2
-rw-r--r--package.json4
-rw-r--r--www/js/NVR.js2
4 files changed, 6 insertions, 5 deletions
diff --git a/build_android.sh b/build_android.sh
index b369301e..d2dc79a4 100755
--- a/build_android.sh
+++ b/build_android.sh
@@ -107,7 +107,8 @@ ver_pre5=${APPVER//.}
ver=${APPVER//.}9
-echo "About to build version: $APPVER ($MODE)"
+echo "About to build version: $APPVER [$ver] ($MODE)"
+echo $ver
read -p "Press any key..."
echo "Removing wkwebview..."
diff --git a/config.xml b/config.xml
index e608d999..b5e90957 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.4.3" 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">
+<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.4.003" 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">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
diff --git a/package.json b/package.json
index f85c8304..61eb0380 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.4.3",
+ "version":"1.4.003",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -224,4 +224,4 @@
]
}
}
-} \ No newline at end of file
+}
diff --git a/www/js/NVR.js b/www/js/NVR.js
index 01d82e41..61645de2 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.4.3";
+ var zmAppVersion = "1.4.003";
var isBackground = false;
var justResumed = false;