From 10cad4814dc1c9c0a10c281a573e7fd458a0106f Mon Sep 17 00:00:00 2001 From: Mathias Reker <26626066+MathiasReker@users.noreply.github.com> Date: Tue, 1 Mar 2022 16:39:53 +0100 Subject: [PATCH] Update securitylite.php --- securitylite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securitylite.php b/securitylite.php index 5c6a021..9af7ac9 100644 --- a/securitylite.php +++ b/securitylite.php @@ -47,7 +47,7 @@ public function __construct() { $this->name = 'securitylite'; $this->tab = 'administration'; - $this->version = '5.0.0'; + $this->version = '5.0.1'; $this->author = 'Mathias Reker'; $this->module_key = ''; $this->need_instance = 0;