diff --git a/config.xml b/config.xml index f7a037309..c106bc990 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_mbo - + diff --git a/ps_mbo.php b/ps_mbo.php index 15d7050c2..d94649a06 100755 --- a/ps_mbo.php +++ b/ps_mbo.php @@ -53,7 +53,7 @@ class ps_mbo extends Module /** * @var string */ - public const VERSION = '4.5.0'; + public const VERSION = '4.5.1'; public const CONTROLLERS_WITH_CONNECTION_TOOLBAR = [ 'AdminPsMboModule', @@ -104,7 +104,7 @@ class ps_mbo extends Module public function __construct() { $this->name = 'ps_mbo'; - $this->version = '4.5.0'; + $this->version = '4.5.1'; $this->author = 'PrestaShop'; $this->tab = 'administration'; $this->module_key = '6cad5414354fbef755c7df4ef1ab74eb';