aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-04-20 17:33:02 -0700
committerScott Jackson <daneren2005@gmail.com>2015-04-20 17:33:02 -0700
commit49edd3efe183669cca156c4664b95e0d8673cba9 (patch)
treee8da87b9843da8b412195ff58e4be7cefe0f254a /AndroidManifest.xml
parenta5b94caf4d122fcd84277f0a46bb28481809456c (diff)
downloaddsub-49edd3efe183669cca156c4664b95e0d8673cba9.tar.gz
dsub-49edd3efe183669cca156c4664b95e0d8673cba9.tar.bz2
dsub-49edd3efe183669cca156c4664b95e0d8673cba9.zip
DSub 4.9.6 Released
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 69ba90e3..9641ef22 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="149"
- android:versionName="4.9.5">
+ android:versionCode="150"
+ android:versionName="4.9.6">
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"