diff --git a/CHANGES.txt b/CHANGES.txt index fc98a0bc..f9cd45a7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,10 @@ +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. + +- Replaced fallback captcha with the captcha v2 box +- Bug fixes + + New in 1.2.9 (2015-02-06) - More captcha fixing, should be easier now. diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle index dd3ef402..2be86d06 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 14 targetSdkVersion 21 - versionName "v1.2.9" - versionCode 48 + versionName "v1.2.10" + versionCode 49 } compileOptions {