diff options
-rw-r--r-- | CHANGELOG | 9 | ||||
-rw-r--r-- | app/build.gradle | 4 |
2 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,12 @@ +1.0.3 - #PuraVida release +features: +- circumvent DNS blocking +- IPv6 Firewall: allows now the usage of many apps that couldn't connect before while Bitmask was enabled (requires root permission) +- VPN Tethering: share your VPN with other devices via USB- or Wifi-Tethering (requires root permission) +- updated translations +bugfixes: +- fix UI bug in navigation drawer + 1.0.2 - the anti-censorship release features: - implement Pluggable Transports to circumvent VPN blocking diff --git a/app/build.gradle b/app/build.gradle index 286ddc1c..68f7d65d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 146 - versionName "1.0.2" + versionCode 147 + versionName "1.0.3" minSdkVersion 16 targetSdkVersion 28 vectorDrawables.useSupportLibrary = true |