Skip to content

Commit

Permalink
Merge pull request #586 from PrestaShopCorp/feat/bump-221
Browse files Browse the repository at this point in the history
feat(Version): :tag: Bump version to 2.2.1
  • Loading branch information
intraordinaire authored Jun 8, 2023
2 parents 6587636 + 2f11289 commit 30a63ae
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.0]]></version>
<version><![CDATA[2.2.1]]></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.0';
$this->version = '2.2.1';
$this->author = 'PrestaShop';
$this->tab = 'administration';
$this->module_key = '6cad5414354fbef755c7df4ef1ab74eb';
Expand Down

0 comments on commit 30a63ae

Please sign in to comment.