Release version 0.4.1

This commit is contained in:
Andrew Rabert 2019-12-28 11:06:25 -05:00
parent 8ee8858098
commit 0239248b23
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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")
}