summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-08-04 17:03:56 +0200
committercyBerta <cyberta@riseup.net>2019-08-04 17:03:56 +0200
commit676b12a569b67372e31fb2f7e5999838bed9c525 (patch)
treed5aed4b08de0068cb73f08f1d01468ccbdb77885
parent22bca64bfbd2a6401124715d65b69648ffdb6d5c (diff)
set version to 1.0.01.0.0
-rw-r--r--CHANGELOG3
-rw-r--r--app/build.gradle4
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bd918559..ff5b1b99 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.0.0RC1
+1.0.0
Bugs:
- fix tablet layouts in portrait
- fix bug that leads to inability to turn off vpn on Android 8+
@@ -8,6 +8,7 @@ features:
- improve visibility of connecting state by changing the progress animation
- update ics-openvpn, openssl and openvpn
- a lot of small UI improvements
+- updated translations (thanks to Localization Lab and all translators!)
0.9.11 - another consolidation release
Bugs:
diff --git a/app/build.gradle b/app/build.gradle
index d9e26f6e..2237fc8a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
defaultConfig {
applicationId "se.leap.bitmaskclient"
- versionCode 139
- versionName "1.0.0RC1"
+ versionCode 140
+ versionName "1.0.0"
minSdkVersion 16
targetSdkVersion 28
vectorDrawables.useSupportLibrary = true