diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-03-01 10:26:28 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-03-01 10:26:28 +0100 |
commit | 2d0208c9b28df03085943c85c2a5840f0284bc0e (patch) | |
tree | 01c579525a18e44a7278d46523b60528a5e3c399 /AndroidManifest.xml | |
parent | bc2081b159d2fb8f7b20c885bbcd18de48719138 (diff) |
Fix stupid bug when importing profiles
--HG--
extra : rebase_source : f00ca3a463ccd6338a9b3820ac1eeb9b5ec7e682
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 f087d8cd..8da35615 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -18,8 +18,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="de.blinkt.openvpn" - android:versionCode="59" - android:versionName="0.5.32" > + android:versionCode="60" + android:versionName="0.5.33" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |