diff --git a/CHANGES.txt b/CHANGES.txt index f9cd45a7..cd36c6e3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +New in 1.2.11 (2015-06-20) +- Update/fix captchas + + New in 1.2.10 (2015-04-01) With the help of recaptcha support and nin9tyfour (developer of the iOS 4chan app Fortune), recaptcha v2 has been implemented. This means you will see the captcha box you also see on the desktop. diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle index 2be86d06..06c2ba04 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 14 targetSdkVersion 21 - versionName "v1.2.10" - versionCode 49 + versionName "v1.2.11" + versionCode 50 } compileOptions {