summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-10-29 23:31:17 +0100
committerMax Kellermann <max@musicpd.org>2018-10-29 23:31:17 +0100
commit637c96697f7c145250245694ea0e1efaec507254 (patch)
tree71494f250c5518aabe7cb80d951bdaccbb7e4970
parentcc5fab28af0a37aa48a6f445e1ac5cc5ef80f933 (diff)
release v0.20.23v0.20.23
-rw-r--r--NEWS2
-rw-r--r--android/AndroidManifest.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 083855fd6..7c7735c11 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 5dddf034e..2fb8b16f0 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -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"/>