Skip to content

Commit b21ec99

Browse files
committed
change version
1 parent de953b1 commit b21ec99

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ A Ruby client for the 2Captcha API.
2626
- [Lemin Cropped Captcha](#lemin-cropped-captcha)
2727
- [GeeTest V4](#geetest-v4)
2828
- [Audio](#audio)
29+
- [Yandex](#yandex)
2930
- [Other methods](#other-methods)
3031
- [send / get_result](#send--getresult)
3132
- [balance](#balance)
@@ -136,7 +137,7 @@ result = client.recaptcha_v3({
136137
score: 0.3,
137138
action: 'verify'
138139
})
139-
``
140+
```
140141

141142
### reCAPTCHA Enterprise
142143
reCAPTCHA Enterprise can be used as reCAPTCHA V2 and reCAPTCHA V3. Below is a usage example for both versions.

lib/api_2captcha/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Api2Captcha
4-
VERSION = "1.0.2"
4+
VERSION = "1.0.3"
55
end

0 commit comments

Comments
 (0)