diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-09 23:58:37 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-09 23:58:37 +0200 |
commit | 93504079cd041c2fe4468ef346d150969c512f16 (patch) | |
tree | 44183de4cdc25d1e120f88305045529ff9026e49 /AndroidManifest.xml | |
parent | dd43bc7edc3e0d1fc5db8ba94e2e931799bc93bc (diff) |
add cipher option
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 bc3f311c..b6cdc32b 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="21" - android:versionName="0.5.0" > + android:versionCode="22" + android:versionName="0.5.1" > <uses-permission android:name="android.permission.INTERNET" /> |