release v0.19.5
This commit is contained in:
parent
0bc511715b
commit
67cba251c8
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
ver 0.19.5 (not yet released)
|
ver 0.19.5 (2014/11/26)
|
||||||
* input
|
* input
|
||||||
- nfs: fix crash on connection failure
|
- nfs: fix crash on connection failure
|
||||||
* archive
|
* archive
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.musicpd"
|
package="org.musicpd"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="8"
|
android:versionCode="9"
|
||||||
android:versionName="0.19.4">
|
android:versionName="0.19.5">
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/>
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue