diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-30 18:45:26 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-30 18:45:26 +0200 |
commit | d6737f741ce7fb426e1ecfbe04b516a1a69f9f4c (patch) | |
tree | 2e2495f4e3a087e980186cd2669e3f995059f4c2 /AndroidManifest.xml | |
parent | c3a13c133484e0750786b33ced635cbb2c642904 (diff) |
Really set version
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 4 |
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" /> |