diff --git a/composer.json b/composer.json index 463223c..c7e2f5c 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Roundcube plugin that enforces reCAPTCHA for users that have too many failed logins", "keywords": ["mail","roundcube","security","captcha"], "homepage": "https://github.com/dsoares/roundcube-rcguard", - "version": "1.3.1", + "version": "1.3.2", "license": "GPL-3.0+", "authors": [ { diff --git a/rcguard.php b/rcguard.php index bf96d60..f6aaf6a 100644 --- a/rcguard.php +++ b/rcguard.php @@ -4,7 +4,7 @@ * * Roundcube plugin to provide Google reCAPTCHA service to Roundcube. * - * @version 1.3.1 + * @version 1.3.2 * @author Diana Soares * * Copyright (c) Diana Soares. All rights reserved.