diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-09-10 14:07:51 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-09-10 14:07:51 +0200 |
commit | 5aa156924dbabdb7a55ccfd9556e63b337824635 (patch) | |
tree | 59fdac9d7e9206ef02552ccf08028b01e435c8bd | |
parent | a5d8b273aba8015eb59029870b1d0c7fce6d168f (diff) |
increase Version number
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | todo.txt | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index dfa01a6a..9f4a86ea 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="48" - android:versionName="0.5.21" > + android:versionCode="49" + android:versionName="0.5.22" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> @@ -21,7 +21,6 @@ Ideas: - implement an encryption for profiles, so no sensitive data has be stored in plain text - encrypt/decrypt with android private storage key (+no user input required) - Bugfixes: - startpath file explorer |