Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Release v1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
floens committed Apr 1, 2015
1 parent 1ac71e3 commit dd0371f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions Clover/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 14
targetSdkVersion 21

versionName "v1.2.9"
versionCode 48
versionName "v1.2.10"
versionCode 49
}

compileOptions {
Expand Down

0 comments on commit dd0371f

Please sign in to comment.