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 3, 2014
1 parent cf28bdf commit 6c251c7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.5",
"version": "1.1.6",
"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.5"
"version": "1.1.6"
}
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.5",
"version": "1.1.6",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"main": "www/js/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion source/osx/Resources/Sprinklers-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.5</string>
<string>1.1.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</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.5"
versionCode = "31" >
version = "1.1.6"
versionCode = "32" >

<preference name="phonegap-version" value="3.5.0" />
<preference name="DisallowOverscroll" value="true" />
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h3 data-translate="About"></h3>
<li>
<p>This is open source software: source code and changelog for this application can be found at <a class="iab" target="_blank" href="https://github.com/salbahra/Sprinklers/">https://github.com/salbahra/Sprinklers/</a></p>
<p>Language localization is crowdsourced using Get Localization available at <a class="iab" target="_blank" href="http://www.getlocalization.com/Sprinklers/">http://www.getlocalization.com/Sprinklers/</a></p>
<p>Version: 1.1.5</p>
<p>Version: 1.1.6</p>
</li>
</ul>
</div>
Expand Down

0 comments on commit 6c251c7

Please sign in to comment.