diff options
-rw-r--r-- | CHANGELOG | 10 | ||||
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
2 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ +0.5.2 June 13 2014 - the "new beginning" release +Features +- Updated ics-openvpn codebase! +- Disconnecting prompts you before doing anything +- UI for signup more accessible +- Error messages are shown as they arrive from the server + +Bugs Fixed +- Cancelling a failed signup/login stops progressbar + 0.5.1 April 26 2014 - the "blue sky" release Features - Autostart diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 860f0e1e..a2c2a82f 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="77" - android:versionName="0.5.1" > + android:versionCode="79" + android:versionName="0.5.2" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |