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.
2 parents 065595e + 5a56d15 commit 6990961Copy full SHA for 6990961
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.2
+* Version: 1.1.3
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.2';
+ const VERSION = 'php_1.1.3';
39
40
/**
41
* Shared secret for the site.
0 commit comments