Skip to content

Commit

Permalink
bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
vocollapse committed Aug 5, 2013
1 parent 28c6904 commit e08c3cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 38,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.blockinger.game"
android:versionCode="13"
android:versionName="1.8.1" >
android:versionCode="14"
android:versionName="1.8.2" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
4 changes: 2 additions & 2 deletions bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 38,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.blockinger.game"
android:versionCode="13"
android:versionName="1.8.1" >
android:versionCode="14"
android:versionName="1.8.2" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 148,7 @@
<string name="pref_layoutswap_title">Swap Drop Buttons</string>


<string name="pref_version_summary">1.8.1\nTouch here to view the public repository of this project</string>
<string name="pref_version_summary">1.8.2\nTouch here to view the public repository of this project</string>
<string name="pref_version_title">Version</string>
<string name="repository_url">https://github.com/vocollapse/Blockinger</string>

Expand Down

0 comments on commit e08c3cd

Please sign in to comment.