diff options
author | Parménides GV <parmegv@sdf.org> | 2014-12-17 12:43:23 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-12-17 12:43:23 +0100 |
commit | c33d27974fbd3e6fcd9522207171bb944f4914e6 (patch) | |
tree | f16fed68a06d65277aa87e8da775a1bd49a99d53 | |
parent | 0cc14918f54619fd39ef4297ddb9564ba981772a (diff) |
0.8.1 RC4
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | app/src/main/AndroidManifest.xml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ Features: Bugs: - Custom providers are saved and restored - Smoother orientation changes +- Disconnect correctly: stop blocking and normal VPN connections - Many small bugs fixed during the refactor 0.8.0 November 25 2014 - the "problematic" release diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a0c6ce36..5f61cd78 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,7 +17,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="se.leap.bitmaskclient" - android:versionCode="105" + android:versionCode="106" android:versionName="0.8.1" > <uses-permission android:name="android.permission.INTERNET" /> |