From c106344c37f365f657704bfd311d2d43ded3f618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Hu=C4=8D=C3=ADk?= Date: Tue, 2 Mar 2021 15:04:40 +0100 Subject: [PATCH] Version 3.1.4 --- advancedeucompliance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advancedeucompliance.php b/advancedeucompliance.php index 07c0640..25d74c0 100644 --- a/advancedeucompliance.php +++ b/advancedeucompliance.php @@ -74,7 +74,7 @@ public function __construct( ) { $this->name = 'advancedeucompliance'; $this->tab = 'administration'; - $this->version = '3.1.3'; + $this->version = '3.1.4'; $this->author = 'thirty bees'; $this->need_instance = 0; $this->bootstrap = true;