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.8.1 - the "refactored" release +Features: +- RiseUp.net and Calyx.net are new preseeded providers! +- Material design for Android 5 +- Cleaner codebase +- Update vpn info automatically +Bugs: +- Custom providers are saved and restored +- Smoother orientation changes +- Many small bugs fixed during the refactor + 0.8.0 November 25 2014 - the "problematic" release Features: - Block connection until VPN is established diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6b548dbb..a0c6ce36 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="102" - android:versionName="0.8.0" > + android:versionCode="105" + android:versionName="0.8.1" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |