Skip to content

Commit

Permalink
Bump version to 0.4.2 for bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
matburt committed Sep 15, 2010
1 parent 8c31158 commit d8a4722
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="41"
android:versionName="0.4.1">
android:versionCode="42"
android:versionName="0.4.2">
<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 @@ -31,7 +31,7 @@
<PreferenceScreen
android:key="VersionDisp"
android:title="Version"
android:summary="0.4.1">
android:summary="0.4.2">
</PreferenceScreen>
</PreferenceCategory>
</PreferenceScreen>

0 comments on commit d8a4722

Please sign in to comment.