From d0e6a78f721cbbaf7823da2c121be1a15cb8b198 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Mon, 2 Oct 2023 15:22:24 +0200 Subject: [PATCH] Bump version #1251 --- 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 61f583e9f..bcf86d767 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.3', - RELEASE = '2023-06-02', + VERSION = '2.16.4', + RELEASE = '2023-10-02', REQUIRED = '2.15.2', CATEGORY = 'Login', DESCRIPTION = 'Provides support for TOTP 2FA';