release v0.20.23

This commit is contained in:
Max Kellermann 2018-10-29 23:31:17 +01:00
parent cc5fab28af
commit 637c96697f
2 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
ver 0.20.23 (not yet released)
ver 0.20.23 (2018/10/29)
* protocol
- emit "player" idle event when restarting the current song
* fix broken float to s32 conversion

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.musicpd"
android:installLocation="auto"
android:versionCode="21"
android:versionName="0.20.22">
android:versionCode="22"
android:versionName="0.20.23">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26"/>