Skip to content

Commit 6e78ce9

Browse files
committed
Merge tag '1.2.2'
Version 1.2.2 released
2 parents 9dd1dc2 + c4a17d6 commit 6e78ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and v3.
1313
- reCAPTCHA: https://www.google.com/recaptcha
1414
- This repo: https://github.com/google/recaptcha
1515
- Hosted demo: https://recaptcha-demo.appspot.com/
16-
- Version: 1.2.1
16+
- Version: 1.2.2
1717
- License: BSD, see [LICENSE](LICENSE)
1818

1919
## Installation

src/ReCaptcha/ReCaptcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ReCaptcha
4343
* Version of this client library.
4444
* @const string
4545
*/
46-
const VERSION = 'php_1.2.1';
46+
const VERSION = 'php_1.2.2';
4747

4848
/**
4949
* URL for reCAPTCHA siteverify API

0 commit comments

Comments
 (0)