Skip to content

Commit 0507037

Browse files
committed
chore: release v1.4.8
1 parent 9c05df4 commit 0507037

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monei-prestashop",
3-
"version": "1.4.7",
3+
"version": "1.4.8",
44
"main": "index.js",
55
"repository": "git@github.com:MONEI/MONEI-PrestaShop.git",
66
"author": "MONEI <support@monei.com>",

monei.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct()
4444
$this->displayName = 'MONEI Payments';
4545
$this->name = 'monei';
4646
$this->tab = 'payments_gateways';
47-
$this->version = '1.4.7';
47+
$this->version = '1.4.8';
4848
$this->author = 'MONEI';
4949
$this->need_instance = 0;
5050
$this->ps_versions_compliancy = ['min' => '1.7', 'max' => _PS_VERSION_];

src/Monei/MoneiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class MoneiClient
1111
{
12-
public const VERSION = '1.4.7';
12+
public const VERSION = '1.4.8';
1313
/**
1414
* @var PaymentsApi
1515
*/

0 commit comments

Comments
 (0)