From bfb039c68fbe1ade5bafd217ada0867605cc582d Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Mon, 22 Jul 2019 13:00:41 -0700 Subject: [PATCH] Base: Increment version number --- config.xml | 4 ++-- manifest.json | 2 +- manifest.webapp | 2 +- package.json | 2 +- source/osx/Resources/OpenSprinkler-Info.plist | 4 ++-- www/js/main.js | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config.xml b/config.xml index 65ecc80a6..ae3765cf7 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + OpenSprinkler Designed to allow intuitive control of the OpenSprinkler irrigation controller. @@ -41,7 +41,7 @@ Your camera is used to provide an image for your stations. - 184 + 185 diff --git a/manifest.json b/manifest.json index 7daa0c56e..d7852018d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "OpenSprinkler", "description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.", - "version": "2.0.0", + "version": "2.0.1", "manifest_version": 2, "app": { "background": { diff --git a/manifest.webapp b/manifest.webapp index 26085f075..60bd30e2f 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -20,5 +20,5 @@ }, "default_locale": "en", "type": "privileged", - "version": "2.0.0" + "version": "2.0.1" } diff --git a/package.json b/package.json index 33bd77c4e..3dd9c4853 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "phonegap": { "id": "1371093" }, - "version": "2.0.0", + "version": "2.0.1", "description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.", "main": "index.html", "scripts": { diff --git a/source/osx/Resources/OpenSprinkler-Info.plist b/source/osx/Resources/OpenSprinkler-Info.plist index a3ad0ff5c..2c353105c 100644 --- a/source/osx/Resources/OpenSprinkler-Info.plist +++ b/source/osx/Resources/OpenSprinkler-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleSignature ???? CFBundleVersion - 51 + 52 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/www/js/main.js b/www/js/main.js index 8bcfc9fdf..a415472e8 100755 --- a/www/js/main.js +++ b/www/js/main.js @@ -9152,7 +9152,7 @@ var showAbout = ( function() { "" + "" + "

" + - _( "App Version" ) + ": 2.0.0" + + _( "App Version" ) + ": 2.0.1" + "
" + _( "Firmware" ) + ": " + "
" + _( "Hardware Version" ) + ": " + "

" +