diff --git a/app/build.gradle b/app/build.gradle index 44faefeec..e8bf5ac51 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { // "1.2.3-SNAPSHOT" -> 1020300 // "1.2.3-RC4" -> 1020304 // "1.2.3" -> 1020395 - versionCode 2000002 - versionName "2.0.0-alpha2" + versionCode 2000003 + versionName "2.0.0-RC3" multiDexEnabled false vectorDrawables.useSupportLibrary true diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 59386e30f..8c69a50aa 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,11 +1,7 @@ -Version 2.0.0 alpha 2 -- Skip intro and ending per feed (by @tonytamsf) -- Right-to-left language improvements (by @ebraminio) -- Theme tweaks (by @ByteHamster) -- Bug fixes and improvements +This is a beta release for version 2.0.0. We would love to read your thoughts in our forum (link on the settings screen). -Version 2.0.0 alpha 1 - Brand new user interface (by @ByteHamster) - Support for chapter images (only new episodes, by @ByteHamster) +- Skip intro and ending per feed (by @tonytamsf) - Option to show notifications after episodes have been auto-downloaded (by @shortspider) -- Bug fixes and improvements (by @tonytamsf, @JessieVela, @ByteHamster) +- Bug fixes and improvements (by @ebraminio, @tonytamsf, @JessieVela, @ByteHamster and more)