aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-09-11 11:11:53 -0700
committerScott Jackson <daneren2005@gmail.com>2015-09-11 11:11:53 -0700
commit634b118ebad3cd9f1e7987de7c58e52a7dfefc57 (patch)
tree12d906a124d61b90c45b63de3b37ded51374c83e /app/src/main/AndroidManifest.xml
parent9fedbd47f97c5ba8f9aa88cb4b315a5c494890ae (diff)
downloaddsub-634b118ebad3cd9f1e7987de7c58e52a7dfefc57.tar.gz
dsub-634b118ebad3cd9f1e7987de7c58e52a7dfefc57.tar.bz2
dsub-634b118ebad3cd9f1e7987de7c58e52a7dfefc57.zip
DSub 5.0.1 Released
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 8dc69d15..be739c11 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/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="155"
- android:versionName="5.0">
+ android:versionCode="156"
+ android:versionName="5.0.1">
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"