From 908027d9a6eeda2e415598abac9fae2e18186479 Mon Sep 17 00:00:00 2001 From: dsoares Date: Sun, 29 Nov 2020 01:14:54 +0000 Subject: [PATCH] Release version 1.3.1 --- composer.json | 2 +- rcguard.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 92ac758..463223c 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.0", + "version": "1.3.1", "license": "GPL-3.0+", "authors": [ { diff --git a/rcguard.php b/rcguard.php index efeae4f..fea9e5e 100644 --- a/rcguard.php +++ b/rcguard.php @@ -4,7 +4,7 @@ * * Roundcube plugin to provide Google reCAPTCHA service to Roundcube. * - * @version 1.3.0 + * @version 1.3.1 * @author Diana Soares * * Copyright (c) Diana Soares. All rights reserved.