diff options
-rw-r--r-- | CHANGELOG | 11 | ||||
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
2 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +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) + 0.8.2 December 22 2014 - the "refactored+" release Bugs: - Better error handling while setting up a provider diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0f28e11c..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="108" - android:versionName="0.8.2" > + android:versionCode="111" + android:versionName="0.9.0" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |