aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-10-08 08:57:50 -0700
committerScott Jackson <daneren2005@gmail.com>2015-10-08 08:57:50 -0700
commit3e1aeaa3b6a01d5490d20f9d7d33cd98aaab729a (patch)
tree5a6804f28538031f236db534159da9f6cef13ff5 /app/src/main/AndroidManifest.xml
parent5d400cd4b2b698e1477b813d5dc70e29f3799d2f (diff)
downloaddsub-3e1aeaa3b6a01d5490d20f9d7d33cd98aaab729a.tar.gz
dsub-3e1aeaa3b6a01d5490d20f9d7d33cd98aaab729a.tar.bz2
dsub-3e1aeaa3b6a01d5490d20f9d7d33cd98aaab729a.zip
DSub 5.0.4 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 2c756a4c..152375a4 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="158"
- android:versionName="5.0.3">
+ android:versionCode="159"
+ android:versionName="5.0.4">
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"