diff options
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,11 +1,13 @@ 0.9.0 Features: - Fail back to other ports/servers in case of error +- Start vpn automatically after foced to log in +- More unit tests added, better code structured Bugs: - Switching providers logs out before showing Configuration Wizard - Update profiles correctly - Don't get killed if restarting the device -- Don't crash in xlarge devices (such as tablets) +- Don't crash in xlarge devices (such as tablets) 0.8.2 December 22 2014 - the "refactored+" release Bugs: diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 40b4bd9f..436a6bb6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,8 +17,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="se.leap.bitmaskclient" - android:versionCode="110" - android:versionName="0.9.0RC2" > + android:versionCode="111" + android:versionName="0.9.0" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |