diff options
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | res/raw/changelog.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3c1f8465..af1d2718 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,8 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="63"
- android:versionName="4.1.5">
+ android:versionCode="64"
+ android:versionName="4.1.6">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
diff --git a/res/raw/changelog.xml b/res/raw/changelog.xml index d07ea029..353f9706 100644 --- a/res/raw/changelog.xml +++ b/res/raw/changelog.xml @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <changelog> + <release version="4.1.6" versioncode="64" releasedate="10/3/2013"> + <change>Fix recent update sometimes messing up downloaded song</change> + <change>Fix changing position while streaming a song</change> + </release> <release version="4.1.5" versioncode="63" releasedate="9/27/2013"> <change>Notification while doing background downloads, clicking will show you the download list</change> <change>Put songs in the root directory in a new folder called Root at the bottom of the list</change> |