Skip to content

Commit

Permalink
Bump version number for release, update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
matburt committed May 25, 2012
1 parent 5b9096a commit 3e8863b
Show file tree
Hide file tree
Showing 3 changed files with 9 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="85"
android:versionName="0.8.5" >
android:versionCode="90"
android:versionName="0.9.0" >

<uses-sdk
android:minSdkVersion="3"
Expand Down
6 changes: 6 additions & 0 deletions res/raw/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
MobileOrg Upgrade Notes

Changes for 0.9.0:

- Basic Time Clocking support
- Support Ubuntu One as a Synchronizer
- Updated Spanish translation

Changes for 0.8.5:

- Chinese Translation
Expand Down
2 changes: 1 addition & 1 deletion res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
-->
<PreferenceScreen
android:key="VersionDisp"
android:summary="0.8.5"
android:summary="0.9.0"
android:title="@string/preference_version" >
</PreferenceScreen>
</PreferenceCategory>
Expand Down

0 comments on commit 3e8863b

Please sign in to comment.