summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-21 00:23:13 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-21 00:23:13 +0200
commit7ef4e9634718245fb2e9e01412119b96ef368441 (patch)
tree51bf077e670ce17de401255d92f8ea00726bd90e /AndroidManifest.xml
parent10d0c34e8b4a5aa3626b5bbd0d3bcedc12cb8ddb (diff)
Allow clearing of the CA Cert (closes issue #57)
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 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" />