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 Apr 13, 2020
1 parent d3daaaf commit e2558f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="100" id="com.albahra.sprinklers" version="2.1.8" versionCode="100" 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="101" id="com.albahra.sprinklers" version="2.1.9" versionCode="101" 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>1873</string>
<string>1883</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 Expand Up @@ -120,7 +120,7 @@
<icon src="res/osx/icons/icon-32.png" width="32" />
<icon src="res/osx/icons/icon-16.png" width="16" />
<edit-config file="*-Info.plist" mode="merge" target="CFBundleVersion">
<string>1873</string>
<string>1883</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="CFBundleIdentifier">
<string>com.albahra.Sprinklers.osx</string>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"name": "OpenSprinkler",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"version": "2.1.8",
"version": "2.1.9",
"manifest_version": 2,
"app": {
"background": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"phonegap": {
"id": "1371093"
},
"version": "2.1.8",
"version": "2.1.9",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"main": "index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion www/js/main.js
Expand Up @@ -9555,7 +9555,7 @@ var showAbout = ( function() {
"</li>" +
"</ul>" +
"<p class='smaller'>" +
_( "App Version" ) + ": 2.1.8" +
_( "App Version" ) + ": 2.1.9" +
"<br>" + _( "Firmware" ) + ": <span class='firmware'></span>" +
"<br><span class='hardwareLabel'>" + _( "Hardware Version" ) + ":</span> <span class='hardware'></span>" +
"</p>" +
Expand Down

0 comments on commit e2558f2

Please sign in to comment.