aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md1
-rw-r--r--build.gradle4
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3cda98c2..e7ef03d24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
* fixed issues with HTTP Upload
* fixed connection problems with TLS1.3 servers
* attempt to delete broken bundles from PEP
+* offer Paste as quote for HTML content
* bug fixes
#### Version 2.0.2
diff --git a/build.gradle b/build.gradle
index a227acf6e..940364c11 100644
--- a/build.gradle
+++ b/build.gradle
@@ -82,8 +82,8 @@ android {
minSdkVersion 16
targetSdkVersion 25
- versionCode 235
- versionName "2.1.0 (beta 2018-06-30)"
+ versionCode 236
+ versionName "2.1.0 (beta 2018-07-09)"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"