From 4cee2462813805bff9f97d91f6efe33b5fef583d Mon Sep 17 00:00:00 2001 From: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com> Date: Wed, 17 May 2023 22:33:06 +0200 Subject: [PATCH] Update index.php --- plugins/change-password-hestia/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/change-password-hestia/index.php b/plugins/change-password-hestia/index.php index a5a4b4054..d19d30667 100644 --- a/plugins/change-password-hestia/index.php +++ b/plugins/change-password-hestia/index.php @@ -7,7 +7,7 @@ class ChangePasswordHestiaPlugin extends \RainLoop\Plugins\AbstractPlugin const NAME = 'Change Password Hestia', AUTHOR = 'Jaap Marcus', - VERSION = '1.1', + VERSION = '1.2', RELEASE = '2023-05-16', REQUIRED = '2.16.3', CATEGORY = 'Security',