diff --git a/README.md b/README.md index 578c7f8b10..91120c1641 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,15 @@ Open Source Projects Used Changelog --------- +**version 2.6.2 (released 4/1/2015)** +- spinner is now wide throughout +- spinner automatically jumps to the selected value +- use material style search +- swap next and previous buttons in notification +- added Turkish sura names, shortened Russian translation of sura names +- improvements to custom storage location preference screen +- a plethora of bugfixes + **version 2.6.1 (released 3/10/2015)** - fix audio not playing without connection - fix some crashes and add some crash logging diff --git a/app/build.gradle b/app/build.gradle index 0b1ed14f13..5b4790ec07 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 21 - versionCode 2610 - versionName "2.6.1" + versionCode 2620 + versionName "2.6.2" } signingConfigs {