aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-09-04 13:26:41 -0700
committerScott Jackson <daneren2005@gmail.com>2015-09-04 13:26:41 -0700
commit6bfd1b493f57d344f9effe4555480d3e505a7ef8 (patch)
tree87b2cafdf8268ab086396669aca3e171fc2d68d4 /app/src/main/AndroidManifest.xml
parent4f350560d5df991951fa00c63cfc773ece8b4717 (diff)
downloaddsub-6bfd1b493f57d344f9effe4555480d3e505a7ef8.tar.gz
dsub-6bfd1b493f57d344f9effe4555480d3e505a7ef8.tar.bz2
dsub-6bfd1b493f57d344f9effe4555480d3e505a7ef8.zip
DSub 5.0 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 01adb232..8dc69d15 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="154"
- android:versionName="5.0 Beta 2">
+ android:versionCode="155"
+ android:versionName="5.0">
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"