Skip to content

Commit

Permalink
Bump version for 0.9.6 release and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
matburt committed Dec 3, 2012
1 parent f07cc12 commit aa250b3
Show file tree
Hide file tree
Showing 3 changed files with 16 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="95"
android:versionName="0.9.5" >
android:versionCode="96"
android:versionName="0.9.6" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
13 changes: 13 additions & 0 deletions res/raw/upgrade.txt
@@ -1,5 +1,18 @@
MobileOrg Upgrade Notes

Changes for 0.9.6:

- Fix error reporting in Dropbox Synchronizer
- Fix UI inconsistency on capture screen
- Fix a bug that would lose the payload when
changing screen orientation in capture
- Fix an issue with Calendar synchronization
regarding including entries that don't have
a TODO keyword
- Fix a bug where the sdcard synchronizer would
use the parent folder of the folder actually
selected

Changes for 0.9.5:

- Whole new look and feel
Expand Down
2 changes: 1 addition & 1 deletion res/xml/preferences.xml
Expand Up @@ -118,7 +118,7 @@
<PreferenceCategory android:title="@string/preference_other" >
<PreferenceScreen
android:key="VersionDisp"
android:summary="0.9.5"
android:summary="0.9.6"
android:title="@string/preference_version" >
</PreferenceScreen>
</PreferenceCategory>
Expand Down

0 comments on commit aa250b3

Please sign in to comment.