We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dec203 commit 10ebf20Copy full SHA for 10ebf20
1 file changed
src/client.php
@@ -6,7 +6,7 @@
6
7
use FriendlyCaptcha\SDK\{ClientConfig, VerifyResult, ErrorCodes};
8
9
-const VERSION = "0.1.1";
+const VERSION = "0.1.2";
10
const EU_API_ENDPOINT = "https://eu.frcapi.com/api/v2/captcha/siteverify";
11
const GLOBAL_API_ENDPOINT = "https://global.frcapi.com/api/v2/captcha/siteverify";
12
0 commit comments