diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-20 14:42:12 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-20 14:42:12 +0200 |
commit | bb4732efd69571cb0fcf70e2d588b3e1aca7b66c (patch) | |
tree | 510ed028d86025a553523a98167ed718dbbfc22a /AndroidManifest.xml | |
parent | 376ecb5c8cb9dceb7cd88ea5527292e81712ec25 (diff) |
- fix a backtrace from the market console
- Version 0.5.5a
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 9f11995f..0255e8f2 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="26" - android:versionName="0.5.5" > + android:versionCode="27" + android:versionName="0.5.5a" > <uses-permission android:name="android.permission.INTERNET" /> |