We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175d50f commit 2b7e005Copy full SHA for 2b7e005
README.md
@@ -6,7 +6,7 @@
6
7
* Project page: http://www.google.com/recaptcha/
8
* Repository: https://github.com/google/recaptcha
9
-* Version: 1.1.1
+* Version: 1.1.2
10
* License: BSD, see [LICENSE](LICENSE)
11
12
## Description
src/ReCaptcha/ReCaptcha.php
@@ -35,7 +35,7 @@ class ReCaptcha
35
* Version of this client library.
36
* @const string
37
*/
38
- const VERSION = 'php_1.1.1';
+ const VERSION = 'php_1.1.2';
39
40
/**
41
* Shared secret for the site.
0 commit comments