Skip to content

Commit e7add3b

Browse files
committed
Minor version bump
1 parent 498052a commit e7add3b

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
@@ -12,7 +12,7 @@ and v3.
1212

1313
- reCAPTCHA: https://www.google.com/recaptcha
1414
- This repo: https://github.com/google/recaptcha
15-
- Version: 1.2
15+
- Version: 1.2.1
1616
- License: BSD, see [LICENSE](LICENSE)
1717

1818
## Installation

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.2';
38+
const VERSION = 'php_1.2.1';
3939

4040
/**
4141
* URL for reCAPTCHA sitevrerify API

0 commit comments

Comments
 (0)