Skip to content

Commit

Permalink
Bump version and update release notes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matburt committed Aug 7, 2013
1 parent 9fd29fe commit d8a0c94
Show file tree
Hide file tree
Showing 3 changed files with 7 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="912"
android:versionName="0.9.12" >
android:versionCode="913"
android:versionName="0.9.13" >

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

Changes for 0.9.13:
- Fix a bug where you couldn't capture from the share menu (#400)
- Implement capture from Google Now

Changes for 0.9.11 & 12:
- Fix bugs and crashes that crept into the .10 release

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

0 comments on commit d8a0c94

Please sign in to comment.