Skip to content

Commit

Permalink
Bump MBO version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sowbiba committed Jul 17, 2023
1 parent bf5cc0c commit ccfca44
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 @@ -2,7 +2,7 @@
<module>
<name>ps_mbo</name>
<displayName><![CDATA[PrestaShop Marketplace in your Back Office]]></displayName>
<version><![CDATA[2.2.1]]></version>
<version><![CDATA[2.2.2]]></version>
<description><![CDATA[Discover the best PrestaShop modules to optimize your online store.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion ps_mbo.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class ps_mbo extends Module
public function __construct()
{
$this->name = 'ps_mbo';
$this->version = '2.2.1';
$this->version = '2.2.2';
$this->author = 'PrestaShop';
$this->tab = 'administration';
$this->module_key = '6cad5414354fbef755c7df4ef1ab74eb';
Expand Down

0 comments on commit ccfca44

Please sign in to comment.