Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
PBadicean committed Jun 15, 2023
1 parent de953b1 commit b21ec99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ A Ruby client for the 2Captcha API.
- [Lemin Cropped Captcha](#lemin-cropped-captcha)
- [GeeTest V4](#geetest-v4)
- [Audio](#audio)
- [Yandex](#yandex)
- [Other methods](#other-methods)
- [send / get_result](#send--getresult)
- [balance](#balance)
Expand Down Expand Up @@ -136,7 +137,7 @@ result = client.recaptcha_v3({
score: 0.3,
action: 'verify'
})
``
```

### reCAPTCHA Enterprise
reCAPTCHA Enterprise can be used as reCAPTCHA V2 and reCAPTCHA V3. Below is a usage example for both versions.
Expand Down
2 changes: 1 addition & 1 deletion lib/api_2captcha/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Api2Captcha
VERSION = "1.0.2"
VERSION = "1.0.3"
end

0 comments on commit b21ec99

Please sign in to comment.