Skip to content

Commit

Permalink
Bump version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matburt committed Jan 10, 2011
1 parent a4c7fdc commit 37cc2d7
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="50"
android:versionName="0.5.0">
android:versionCode="51"
android:versionName="0.5.1">
<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.0">
android:summary="0.5.1">
</PreferenceScreen>
</PreferenceCategory>
</PreferenceScreen>

0 comments on commit 37cc2d7

Please sign in to comment.