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 Dec 20, 2012
1 parent d0a6f76 commit 103a997
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
6 changes: 3 additions & 3 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="96"
android:versionName="0.9.6" >
android:versionCode="97"
android:versionName="0.9.7" >

<uses-sdk
android:minSdkVersion="8"
Expand Down Expand Up @@ -212,4 +212,4 @@
</activity>
</application>

</manifest>
</manifest>
10 changes: 10 additions & 0 deletions res/raw/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
MobileOrg Upgrade Notes

Changes for 0.9.7:
- Many bug fixes
- Calendar improvements
- Pull data from Calendar
- SSH Key based auth
- Dynamic Agenda
- All new capture widget
- Support inherited tags
- Font size preferencees

Changes for 0.9.6:

- Fix error reporting in Dropbox Synchronizer
Expand Down
4 changes: 2 additions & 2 deletions res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@
<PreferenceCategory android:title="@string/preference_other" >
<PreferenceScreen
android:key="VersionDisp"
android:summary="0.9.6"
android:summary="0.9.7"
android:title="@string/preference_version" >
</PreferenceScreen>
</PreferenceCategory>

</PreferenceScreen>
</PreferenceScreen>

0 comments on commit 103a997

Please sign in to comment.