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
commit291769bfb2d80b347990b59f5d82353913238139 (patch)
tree2e2495f4e3a087e980186cd2669e3f995059f4c2 /AndroidManifest.xml
parentf8e6c02a647eade2dbac4411914918408ab435eb (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" />