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 Sep 4, 2014
1 parent 8158692 commit 77171da
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.8",
"version": "1.1.9",
"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.8"
"version": "1.1.9"
}
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.8",
"version": "1.1.9",
"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.8</string>
<string>1.1.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
6 changes: 3 additions & 3 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.8"
versionCode = "34" >
version = "1.1.9"
versionCode = "35" >

<preference name="phonegap-version" value="3.5.0" />
<preference name="DisallowOverscroll" value="true" />
Expand All @@ -22,7 +22,7 @@
<gap:plugin name="org.apache.cordova.splashscreen" />

<gap:config-file platform="ios" parent="CFBundleShortVersionString">
<string>118</string>
<string>119</string>
</gap:config-file>

<gap:config-file platform="android" parent="/manifest">
Expand Down
2 changes: 1 addition & 1 deletion www/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4496,7 +4496,7 @@ function show_about() {
"</li>" +
"</ul>" +
"<p class='smaller'>" +
_("App Version")+": 1.1.8" +
_("App Version")+": 1.1.9" +
"<br>" +
_("Firmware")+": "+getOSVersion() +
"</p>" +
Expand Down

0 comments on commit 77171da

Please sign in to comment.