Skip to content

Commit

Permalink
Bump version number for the 0.9.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matburt committed Dec 1, 2012
1 parent d3b9f0a commit 0ef4903
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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="90"
android:versionName="0.9.0" >
android:versionCode="95"
android:versionName="0.9.5" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
2 changes: 1 addition & 1 deletion res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<PreferenceCategory android:title="@string/preference_other" >
<PreferenceScreen
android:key="VersionDisp"
android:summary="0.9.0"
android:summary="0.9.5"
android:title="@string/preference_version" >
</PreferenceScreen>
</PreferenceCategory>
Expand Down

0 comments on commit 0ef4903

Please sign in to comment.