Release version 0.3.0

This commit is contained in:
Andrew Rabert 2018-05-12 11:35:28 -04:00
parent ec15274984
commit be2c7d7e90
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,11 @@
Changelog
=========
## Next
## Version 0.3.0
_2018-05-12_
* Center cover art on now playing screen
* Use blurred cover art to fill empty space on now playing screen
* Fix extra whitespace on now playing while offline
## Version 0.2.5

View File

@ -9,8 +9,8 @@ android {
applicationId "net.nullsum.audinaut"
minSdkVersion 19
targetSdkVersion 27
versionCode 194
versionName '0.2.5'
versionCode 195
versionName '0.3.0'
setProperty("archivesBaseName", "Audinaut $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}