Skip to content

Commit

Permalink
Version bump + Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
corcoran committed Aug 14, 2014
1 parent 17fa054 commit 7543652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Apphangar/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package="ca.mimic.apphangar"
android:permission="android.permission.RECEIVE_BOOT_COMPLETED"
android:maxSdkVersion="19"
android:versionCode="55"
android:versionName="2.3.6" >
android:versionCode="56"
android:versionName="2.4" >

<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
Expand Down
2 changes: 1 addition & 1 deletion Apphangar/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
<string name="changelog_coming_soon_text" translatable="false">App use by time period</string>

<string-array name="versionNumbers" translatable="false">
<item>2.4 (August ???)</item>
<item>2.4 (August 14th)</item>
<item>2.3 (July 29th)</item>
<item>2.2 (July 3rd)</item>
<item>2.1 (May 29th)</item>
Expand Down

0 comments on commit 7543652

Please sign in to comment.