Skip to content

Commit

Permalink
[update] - set version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbatista8a committed Apr 24, 2024
1 parent dc1390e commit 9c7bd9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<module>
<name>customhtml</name>
<displayName><![CDATA[Custom HTML]]></displayName>
<version><![CDATA[1.4.0]]></version>
<version><![CDATA[1.4.1]]></version>
<description><![CDATA[Add Custom HTML Blocks at any Hook]]></description>
<author><![CDATA[CubaDevOps]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion customhtml.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9c7bd9c

Please sign in to comment.