diff --git a/CHANGES.txt b/CHANGES.txt
index a9d989922d..40a7e911a4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,11 @@
+New in 2.3.1 (2017-07-15)
+- Better link detection.
+- More themes.
+- Fix image loading taking a long time if the cache is full.
+- Fix crashing bug related to the status view.
+- Bug fixes.
+
+
New in 2.3.0 (2017-03-19)
- Added update checker to notify of new releases.
- Force new captcha for thread making.
diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle
index 0f29bc842a..20bfde14f5 100644
--- a/Clover/app/build.gradle
+++ b/Clover/app/build.gradle
@@ -21,10 +21,10 @@ android {
minSdkVersion 15
targetSdkVersion 25
- versionName "v2.3.0"
+ versionName "v2.3.1"
// of the format XXYYZZ, where XX is major, YY is minor, ZZ is patch
// (watch out for octal notation, never start with a 0)
- versionCode 20300
+ versionCode 20301
}
compileOptions {
diff --git a/Clover/app/src/main/res/values/strings.xml b/Clover/app/src/main/res/values/strings.xml
index f0a1bdffd0..ab7e10b6a5 100644
--- a/Clover/app/src/main/res/values/strings.xml
+++ b/Clover/app/src/main/res/values/strings.xml
@@ -19,15 +19,17 @@ along with this program. If not, see .
-
+
Clover was updated
- Clover was updated to v2.3.0
+ Clover was updated to v2.3.1
New in this version:
- Added update checker, you\'ll be notified of new releases.
- Force new captcha for thread making.
+ Better link detection.
+ More themes.
+ Fix image loading taking a long time if the cache is full.
+ Fix crashing bug related to the status view.
Bug fixes.
]]>