diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-10 09:54:03 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-10 09:54:03 +0200 |
commit | 1314f4a890e88595654499c1c24d4f0501e09b5e (patch) | |
tree | 6fa7d473ff52b8797d8523de65d09718398ad091 | |
parent | 1e240293009817680e715c1fada89d61836850eb (diff) |
Update manifest to Version 0.5.11
-rw-r--r-- | AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7c8f244f..b21461fb 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="35" - android:versionName="0.5.10" > + android:versionCode="36" + android:versionName="0.5.11" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |