diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cdb425..f62a846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ Changelog ========= -## Next +## Version 0.3.2 +_2018-07-05_ * Prevent now playing from closing upon resuming * Only show save and delete playlist functions in menu * Stop hiding playlist on resume diff --git a/app/build.gradle b/app/build.gradle index f4b92f2..6b00f37 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "net.nullsum.audinaut" minSdkVersion 19 targetSdkVersion 27 - versionCode 196 - versionName '0.3.1' + versionCode 197 + versionName '0.3.2' setProperty("archivesBaseName", "Audinaut $versionName") resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv" }