diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-14 19:42:43 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-14 19:42:43 +0200 |
commit | 0c9811cf10c6bc4fd1b791339a3dcac3988271be (patch) | |
tree | 1d2f4993cf7fbeb6438ccd03ec597933a219ae04 /AndroidManifest.xml | |
parent | 7a36968fa5d065236edfa1f74dea50e1e1595998 (diff) |
Apply patch from issue #20 (closes issue #20)
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 50d6c9f1..4655509a 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="24" - android:versionName="0.5.3" > + android:versionCode="25" + android:versionName="0.5.4" > <uses-permission android:name="android.permission.INTERNET" /> |