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 Jul 12, 2019
1 parent c76dd28 commit 9eb523b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="80" id="com.albahra.sprinklers" version="1.8.6" versionCode="80" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="81" id="com.albahra.sprinklers" version="1.8.7" versionCode="81" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>OpenSprinkler</name>
<description>
Designed to allow intuitive control of the OpenSprinkler irrigation controller.
Expand Down Expand Up @@ -41,7 +41,7 @@
<string>Your camera is used to provide an image for your stations.</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="CFBundleShortVersionString">
<string>181</string>
<string>182</string>
</edit-config>
<splash height="480" src="res/ios/screens/startup.png" width="320" />
<splash height="960" src="res/ios/screens/startup-retina.png" width="640" />
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "OpenSprinkler",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"version": "1.8.6",
"version": "1.8.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 @@ -20,5 +20,5 @@
},
"default_locale": "en",
"type": "privileged",
"version": "1.8.6"
"version": "1.8.7"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"phonegap": {
"id": "1371093"
},
"version": "1.8.6",
"version": "1.8.7",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"main": "index.html",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/osx/Resources/OpenSprinkler-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.8.6</string>
<string>1.8.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion www/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8989,7 +8989,7 @@ var showAbout = ( function() {
"</li>" +
"</ul>" +
"<p class='smaller'>" +
_( "App Version" ) + ": 1.8.6" +
_( "App Version" ) + ": 1.8.7" +
"<br>" + _( "Firmware" ) + ": <span class='firmware'></span>" +
"<br><span class='hardwareLabel'>" + _( "Hardware Version" ) + ":</span> <span class='hardware'></span>" +
"</p>" +
Expand Down

0 comments on commit 9eb523b

Please sign in to comment.