From 231480e7755ebdcf735400b5fecfe3eddb0be431 Mon Sep 17 00:00:00 2001 From: tinola Date: Fri, 7 Jul 2023 17:13:44 +0200 Subject: [PATCH] update version number --- plugins/two-factor-auth/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/two-factor-auth/index.php b/plugins/two-factor-auth/index.php index e8c7dbdb8..61f583e9f 100644 --- a/plugins/two-factor-auth/index.php +++ b/plugins/two-factor-auth/index.php @@ -7,8 +7,8 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Two Factor Authentication', - VERSION = '2.16.2', - RELEASE = '2023-04-11', + VERSION = '2.16.3', + RELEASE = '2023-06-02', REQUIRED = '2.15.2', CATEGORY = 'Login', DESCRIPTION = 'Provides support for TOTP 2FA';