From b108a8014c1e5e07745cd407f16801bc84db594c Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Fri, 23 Apr 2021 20:33:57 -0700 Subject: [PATCH] Base: Increment version number --- config.xml | 6 +++--- manifest.json | 2 +- package.json | 2 +- www/js/main.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.xml b/config.xml index eb442acd..79125b97 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + OpenSprinkler Designed to allow intuitive control of the OpenSprinkler irrigation controller. @@ -40,7 +40,7 @@ Your camera is used to provide an image for your stations. - 18504 + 18604 @@ -119,7 +119,7 @@ - 18504 + 18604 com.albahra.Sprinklers.osx diff --git a/manifest.json b/manifest.json index 5021fe02..dd3b70b6 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.2.4", + "version": "2.2.5", "manifest_version": 2, "app": { "background": { diff --git a/package.json b/package.json index 89df7b34..da416190 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "phonegap": { "id": "1371093" }, - "version": "2.2.4", + "version": "2.2.5", "description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.", "main": "index.html", "scripts": { diff --git a/www/js/main.js b/www/js/main.js index 2ddee37d..c3a40712 100755 --- a/www/js/main.js +++ b/www/js/main.js @@ -9724,7 +9724,7 @@ var showAbout = ( function() { "" + "" + "

" + - _( "App Version" ) + ": 2.2.4" + + _( "App Version" ) + ": 2.2.5" + "
" + _( "Firmware" ) + ": " + "
" + _( "Hardware Version" ) + ": " + "

" +