diff --git a/CHANGELOG.md b/CHANGELOG.md index 475e525..60f7c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +## Version 0.4.1 +_2019-12-28_ +* Revert attempt to fix infinite loop as it sometimes deleted valid files. + ## Version 0.4.0 _2019-12-22_ * Add support for .opus files diff --git a/app/build.gradle b/app/build.gradle index a58fdb9..ad90ecf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "net.nullsum.audinaut" minSdkVersion 21 targetSdkVersion 29 - versionCode 199 - versionName '0.4.0' + versionCode 200 + versionName '0.4.1' setProperty("archivesBaseName", "Audinaut $versionName") }