Skip to content

Commit

Permalink
Bump version number for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
matburt committed Jan 31, 2011
1 parent 6b7f32f commit 2a0cd7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.matburt.mobileorg"
android:versionCode="52"
android:versionName="0.5.2">
android:versionCode="53"
android:versionName="0.5.3">
<uses-sdk android:minSdkVersion="3"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand Down
2 changes: 1 addition & 1 deletion res/xml/preferences.xml
Expand Up @@ -42,7 +42,7 @@
<PreferenceScreen
android:key="VersionDisp"
android:title="Version"
android:summary="0.5.2">
android:summary="0.5.3">
</PreferenceScreen>
</PreferenceCategory>
</PreferenceScreen>

0 comments on commit 2a0cd7c

Please sign in to comment.