From 393dbd2593b032d2c1d4979c2c8000126c432450 Mon Sep 17 00:00:00 2001 From: Alexis Date: Mon, 11 Jun 2018 11:01:46 +0200 Subject: [PATCH] 1.0.3 --- config.xml | 2 +- ps_mbo.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 169de1697..92acda479 100755 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_mbo - + diff --git a/ps_mbo.php b/ps_mbo.php index 72b1bd612..70b889c45 100755 --- a/ps_mbo.php +++ b/ps_mbo.php @@ -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();