diff options
-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" /> |