Forgot to make release, see #236

This commit is contained in:
the-djmaze 2022-02-16 10:19:57 +01:00
parent e59e6444d0
commit ab95a6ccb3
2 changed files with 5 additions and 5 deletions

View file

@ -7,9 +7,9 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Two Factor Authentication',
VERSION = '2.4',
RELEASE = '2021-11-18',
REQUIRED = '2.9.3',
VERSION = '2.12',
RELEASE = '2022-02-16',
REQUIRED = '2.12.0',
CATEGORY = 'Login',
DESCRIPTION = 'Provides support for TOTP 2FA';