Skip to content

Commit 6990961

Browse files
authored
Merge pull request google#145 from rowan-m/master
Minor version bump
2 parents 065595e + 5a56d15 commit 6990961

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
@@ -6,7 +6,7 @@
66

77
* Project page: http://www.google.com/recaptcha/
88
* Repository: https://github.com/google/recaptcha
9-
* Version: 1.1.2
9+
* Version: 1.1.3
1010
* License: BSD, see [LICENSE](LICENSE)
1111

1212
## Description

src/ReCaptcha/ReCaptcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ReCaptcha
3535
* Version of this client library.
3636
* @const string
3737
*/
38-
const VERSION = 'php_1.1.2';
38+
const VERSION = 'php_1.1.3';
3939

4040
/**
4141
* Shared secret for the site.

0 commit comments

Comments
 (0)