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 17, 2014
1 parent 4c1273f commit 8475faf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.2"
versionCode = "28" >
version = "1.1.3"
versionCode = "29" >

<preference name="phonegap-version" value="3.4.0" />
<preference name="DisallowOverscroll" value="true" />
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,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 href="javascript:iab('https://github.com/salbahra/Sprinklers/');">https://github.com/salbahra/Sprinklers/</a></p>
<p>Language localization is crowdsourced using Get Localization available at <a href="javascript:iab('http://www.getlocalization.com/Sprinklers/');">http://www.getlocalization.com/Sprinklers/</a></p>
<p>Version: 1.1.2</p>
<p>Version: 1.1.3</p>
</li>
</ul>
</div>
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.2"
"version": "1.1.3"
}

0 comments on commit 8475faf

Please sign in to comment.