diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-08-08 20:02:48 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-08-08 20:02:48 -0700 |
commit | ceb2d690a9444dd98719346e0dcc4dee9dfd4736 (patch) | |
tree | 3ac03e5047b8f0d57d3b0f642a7444649f9a1be2 | |
parent | 50fa6554ddcf7e8e7c4147405b4ef4680d5fb5d2 (diff) | |
download | dsub-ceb2d690a9444dd98719346e0dcc4dee9dfd4736.tar.gz dsub-ceb2d690a9444dd98719346e0dcc4dee9dfd4736.tar.bz2 dsub-ceb2d690a9444dd98719346e0dcc4dee9dfd4736.zip |
Changed version to 3.3.3.1
-rw-r--r-- | subsonic-android/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml index c992a691..87af8966 100644 --- a/subsonic-android/AndroidManifest.xml +++ b/subsonic-android/AndroidManifest.xml @@ -2,8 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.subphonic"
android:installLocation="auto"
- android:versionCode="5"
- android:versionName="3.3.3">
+ android:versionCode="6"
+ android:versionName="3.3.3.1">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|