Bump version #1251

This commit is contained in:
the-djmaze 2023-10-02 15:22:24 +02:00
parent 611c5f2631
commit d0e6a78f72

View file

@ -7,8 +7,8 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
{ {
const const
NAME = 'Two Factor Authentication', NAME = 'Two Factor Authentication',
VERSION = '2.16.3', VERSION = '2.16.4',
RELEASE = '2023-06-02', RELEASE = '2023-10-02',
REQUIRED = '2.15.2', REQUIRED = '2.15.2',
CATEGORY = 'Login', CATEGORY = 'Login',
DESCRIPTION = 'Provides support for TOTP 2FA'; DESCRIPTION = 'Provides support for TOTP 2FA';