diff --git a/CHANGELOG b/CHANGELOG index 5c33105ec973da1bc7d0acf4dbb96925c95a38a7..b532f9801a1140918e5f3f2f23976247430112d9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,8 @@ features: bugfixes: - fix performance issues on UI thread if VPN (re-)connects - fix several crashes +- removed annoying dot from navigation drawer menu icon ;) +- show the correct state on main screen if VPN blocks all outgoing traffic 1.0.1 - fix Android 9 crash diff --git a/app/build.gradle b/app/build.gradle index 53d2e2bb567c9ef3b448faef59068f40e59a8745..7e4a6e03b59f131f9f3936f581469ad7269aa851 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 144 - versionName "1.0.2RC3" + versionCode 145 + versionName "1.0.2RC4" minSdkVersion 16 targetSdkVersion 28 vectorDrawables.useSupportLibrary = true