From 43979ab578861c8441b45e4973765529905f2ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=A1rquez=20F=C3=A0brega?= <32216320+DavidMarquezF@users.noreply.github.com> Date: Wed, 3 Jul 2024 07:14:13 +0200 Subject: [PATCH] Update plugin.php --- recaptchav2/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recaptchav2/plugin.php b/recaptchav2/plugin.php index 42c4b7d..a15f56b 100644 --- a/recaptchav2/plugin.php +++ b/recaptchav2/plugin.php @@ -1,7 +1,7 @@ 'recaptcha', - 'version' => '0.3', + 'version' => '0.4', 'name' => 'Recaptcha', 'author' => 'David Márquez', 'description' => 'Provides google recaptcha v2 as a form field type to avoid spam',