Skip to content

Commit

Permalink
🔖 Bump module version
Browse files Browse the repository at this point in the history
  • Loading branch information
intraordinaire committed Jul 11, 2024
1 parent 162488c commit e650e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>ps_mbo</name>
<displayName><![CDATA[PrestaShop Marketplace in your Back Office]]></displayName>
<version><![CDATA[4.11.3]]></version>
<version><![CDATA[4.11.4]]></version>
<description><![CDATA[Discover the best PrestaShop modules to optimize your online store.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down
4 changes: 2 additions & 2 deletions ps_mbo.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ps_mbo extends Module
/**
* @var string
*/
public const VERSION = '4.11.3';
public const VERSION = '4.11.4';

public const CONTROLLERS_WITH_CONNECTION_TOOLBAR = [
'AdminModulesManage',
Expand Down Expand Up @@ -94,7 +94,7 @@ class ps_mbo extends Module
public function __construct()
{
$this->name = 'ps_mbo';
$this->version = '4.11.3';
$this->version = '4.11.4';
$this->author = 'PrestaShop';
$this->tab = 'administration';
$this->module_key = '6cad5414354fbef755c7df4ef1ab74eb';
Expand Down

0 comments on commit e650e98

Please sign in to comment.