diff --git a/plugins/change-password/index.php b/plugins/change-password/index.php index 13ba2f35a..bf0abd371 100644 --- a/plugins/change-password/index.php +++ b/plugins/change-password/index.php @@ -6,8 +6,8 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Change Password', - VERSION = '2.12', - RELEASE = '2022-02-10', + VERSION = '2.13', + RELEASE = '2022-03-08', REQUIRED = '2.12.0', CATEGORY = 'Security', DESCRIPTION = 'Extension to allow users to change their passwords';