Skip to content

Commit

Permalink
Base: Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
salbahra committed Aug 23, 2014
1 parent 86c99c0 commit 4073dec
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Sprinklers",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"version": "1.1.6",
"version": "1.1.7",
"manifest_version": 2,
"app": {
"background": {
Expand Down
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
},
"default_locale": "en",
"type": "privileged",
"version": "1.1.6"
"version": "1.1.7"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sprinklers",
"version": "1.1.6",
"version": "1.1.7",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"main": "www/js/main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/osx/Resources/Sprinklers-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.6</string>
<string>1.1.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions www/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6"
versionCode = "32" >
version = "1.1.7"
versionCode = "33" >

<preference name="phonegap-version" value="3.5.0" />
<preference name="DisallowOverscroll" value="true" />
Expand Down
2 changes: 1 addition & 1 deletion www/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4341,7 +4341,7 @@ function show_about() {
"</li>" +
"</ul>" +
"<p class='smaller'>" +
_("App Version")+": 1.1.6" +
_("App Version")+": 1.1.7" +
"<br>" +
_("Firmware")+": "+getOSVersion() +
"</p>" +
Expand Down

0 comments on commit 4073dec

Please sign in to comment.