diff --git a/build/package.json b/build/package.json index 8ae549b..1cf6c37 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "monei-prestashop", - "version": "1.4.8", + "version": "1.4.9", "main": "index.js", "repository": "git@github.com:MONEI/MONEI-PrestaShop.git", "author": "MONEI ", diff --git a/monei.php b/monei.php index a930a2b..743cedd 100644 --- a/monei.php +++ b/monei.php @@ -44,7 +44,7 @@ public function __construct() $this->displayName = 'MONEI Payments'; $this->name = 'monei'; $this->tab = 'payments_gateways'; - $this->version = '1.4.8'; + $this->version = '1.4.9'; $this->author = 'MONEI'; $this->need_instance = 0; $this->ps_versions_compliancy = ['min' => '1.7', 'max' => _PS_VERSION_]; diff --git a/src/Monei/MoneiClient.php b/src/Monei/MoneiClient.php index ed25fdf..bf62559 100644 --- a/src/Monei/MoneiClient.php +++ b/src/Monei/MoneiClient.php @@ -9,7 +9,7 @@ class MoneiClient { - public const VERSION = '1.4.8'; + public const VERSION = '1.4.9'; /** * @var PaymentsApi */