From 9eb523b204cb5479942bd70828e4198b776f9b7a Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Fri, 12 Jul 2019 14:23:35 -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 84312a6aa..3d2beef8e 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. - 181 + 182 diff --git a/manifest.json b/manifest.json index 3fd59d871..3484f31c9 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": "1.8.6", + "version": "1.8.7", "manifest_version": 2, "app": { "background": { diff --git a/manifest.webapp b/manifest.webapp index fdece94ac..8d417e3e4 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -20,5 +20,5 @@ }, "default_locale": "en", "type": "privileged", - "version": "1.8.6" + "version": "1.8.7" } diff --git a/package.json b/package.json index c3629af08..9c6943b69 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "phonegap": { "id": "1371093" }, - "version": "1.8.6", + "version": "1.8.7", "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 4407f97bc..9ede88492 100644 --- a/source/osx/Resources/OpenSprinkler-Info.plist +++ b/source/osx/Resources/OpenSprinkler-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.8.6 + 1.8.7 CFBundleSignature ???? CFBundleVersion - 48 + 49 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/www/js/main.js b/www/js/main.js index e70b5e6da..c288d830a 100755 --- a/www/js/main.js +++ b/www/js/main.js @@ -8989,7 +8989,7 @@ var showAbout = ( function() { "" + "" + "

" + - _( "App Version" ) + ": 1.8.6" + + _( "App Version" ) + ": 1.8.7" + "
" + _( "Firmware" ) + ": " + "
" + _( "Hardware Version" ) + ": " + "

" +