diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-21 00:23:13 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-21 00:23:13 +0200 |
commit | e8261bbc90f46dad1a7c0bb8bd998ebf9107f0f9 (patch) | |
tree | 715cdfe0ce50b6d33372cd8462c8a0b8c8f28028 /AndroidManifest.xml | |
parent | 1f5ea346167406d4d2e734b4595786bbb8ad1089 (diff) |
Allow clearing of the CA Cert (closes issue #57)
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 980e8903..337a02d2 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="39" - android:versionName="0.5.13" > + android:versionCode="40" + android:versionName="0.5.14" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |