summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-04-30 18:45:26 +0200
committerArne Schwabe <arne@rfc2549.org>2012-04-30 18:45:26 +0200
commitd6737f741ce7fb426e1ecfbe04b516a1a69f9f4c (patch)
tree2e2495f4e3a087e980186cd2669e3f995059f4c2 /AndroidManifest.xml
parentc3a13c133484e0750786b33ced635cbb2c642904 (diff)
Really set version
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 5c779f5e..7b600181 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.blinkt.openvpn"
- android:versionCode="12"
- android:versionName="0.4.4" >
+ android:versionCode="13"
+ android:versionName="0.4.5" >
<uses-permission android:name="android.permission.INTERNET" />