Skip to content

Commit

Permalink
Merge pull request #8 from PrestaShop/dev
Browse files Browse the repository at this point in the history
1.0.3
  • Loading branch information
MrBaiame authored Jun 11, 2018
2 parents 42d899d + 393dbd2 commit 2f80aaf
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[MBO]]></displayName>
<version><![CDATA[1.0.2]]></version>
<version><![CDATA[1.0.3]]></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 @@ -51,7 +51,7 @@ class ps_mbo extends Module

public function __construct() {
$this->name = 'ps_mbo';
$this->version = '1.0.2';
$this->version = '1.0.3';
$this->author = 'PrestaShop';
$this->bootstrap = true;
parent::__construct();
Expand Down

0 comments on commit 2f80aaf

Please sign in to comment.