From 9c7bd9ce788b238d8e0429f8888d384ceeabc204 Mon Sep 17 00:00:00 2001 From: Carlos Batista <59052959+cbatista8a@users.noreply.github.com> Date: Wed, 24 Apr 2024 21:10:05 +0000 Subject: [PATCH] [update] - set version to 1.4.1 --- config.xml | 2 +- customhtml.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index e528f82..9f1e8ad 100644 --- a/config.xml +++ b/config.xml @@ -14,7 +14,7 @@ customhtml - + diff --git a/customhtml.php b/customhtml.php index 69cbf56..7f5c878 100644 --- a/customhtml.php +++ b/customhtml.php @@ -46,7 +46,7 @@ public function __construct() { $this->name = 'customhtml'; $this->tab = 'administration'; - $this->version = '1.4.0'; + $this->version = '1.4.1'; $this->author = 'CubaDevOps'; $this->need_instance = 1; $this->bootstrap = true;