From 9e01cf2c92b99a36dac301febaddec78c5ba530f Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Fri, 5 Sep 2014 00:19:28 -0500 Subject: [PATCH] Base: Increment version number --- manifest.json | 2 +- manifest.webapp | 2 +- package.json | 2 +- source/osx/Resources/Sprinklers-Info.plist | 4 ++-- www/config.xml | 6 +++--- www/js/main.js | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index d69b63fb6..22e8c8124 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Sprinklers", "description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.", - "version": "1.1.9", + "version": "1.2.0", "manifest_version": 2, "app": { "background": { diff --git a/manifest.webapp b/manifest.webapp index 089ea70c3..2ab34756b 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -17,5 +17,5 @@ }, "default_locale": "en", "type": "privileged", - "version": "1.1.9" + "version": "1.2.0" } diff --git a/package.json b/package.json index 9e15ca715..5d7bf35df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Sprinklers", - "version": "1.1.9", + "version": "1.2.0", "description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.", "main": "www/js/main.js", "scripts": { diff --git a/source/osx/Resources/Sprinklers-Info.plist b/source/osx/Resources/Sprinklers-Info.plist index dbcff198e..3aaed2e69 100644 --- a/source/osx/Resources/Sprinklers-Info.plist +++ b/source/osx/Resources/Sprinklers-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.9 + 1.2.0 CFBundleSignature ???? CFBundleVersion - 5 + 6 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/www/config.xml b/www/config.xml index a7d9d7859..ebf381517 100644 --- a/www/config.xml +++ b/www/config.xml @@ -3,8 +3,8 @@ xmlns:android = "http://schemas.android.com/apk/res/android" xmlns:gap = "http://phonegap.com/ns/1.0" id = "com.albahra.sprinklers" - version = "1.1.9" - versionCode = "35" > + version = "1.2.0" + versionCode = "36" > @@ -22,7 +22,7 @@ - 119 + 120 diff --git a/www/js/main.js b/www/js/main.js index 0ac2d5c22..c2784ec35 100644 --- a/www/js/main.js +++ b/www/js/main.js @@ -4498,7 +4498,7 @@ function show_about() { "" + "" + "

" + - _("App Version")+": 1.1.9" + + _("App Version")+": 1.2.0" + "
" + _("Firmware")+": "+getOSVersion() + "

" +