Skip to content

Commit

Permalink
Bump version to 2.5.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Jun 30, 2014
1 parent 47a1bc9 commit ed7a421
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ Open Source Projects Used

Changelog
---------
**version 2.5.6 (released 6/29/2014)**
- fix a crash with panel and audio settings
- fix tags panel not updating
- update single image downloading code

**version 2.5.5 (released 6/27/2014)**
- advanced audio repeat options
- rich audio notifications
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.quran.labs.androidquran" android:versionCode="255"
android:versionName="2.5.5"
package="com.quran.labs.androidquran" android:versionCode="256"
android:versionName="2.5.6"
android:installLocation="auto">

<supports-screens android:largeScreens="true" android:xlargeScreens="true" />
Expand Down

0 comments on commit ed7a421

Please sign in to comment.