aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/raw/changelog.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2a4353f2..fda4d671 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="85"
+ android:versionCode="86"
android:versionName="4.4">
<uses-permission android:name="android.permission.INTERNET"/>
diff --git a/res/raw/changelog.xml b/res/raw/changelog.xml
index 95f8b1b4..37416d43 100644
--- a/res/raw/changelog.xml
+++ b/res/raw/changelog.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
- <release version="4.4" versioncode="85" releasedate="2/4/2014">
+ <release version="4.4" versioncode="86" releasedate="2/5/2014">
<change>Browse by ID3 Tags instead of folder structure (off by default)</change>
<change>Probably a good idea to clear existing cache since there will be many songs that don't match up</change>
<change>Add unstar option to mass unstar songs in the Starred list</change>