Skip to content

Commit 964f9b7

Browse files
committed
chore: release v1.4.5
1 parent e20af0a commit 964f9b7

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.4",
3+
"version": "1.4.5",
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
@@ -36,7 +36,7 @@ public function __construct()
3636
$this->displayName = 'MONEI Payments';
3737
$this->name = 'monei';
3838
$this->tab = 'payments_gateways';
39-
$this->version = '1.4.4';
39+
$this->version = '1.4.5';
4040
$this->author = 'MONEI';
4141
$this->need_instance = 0;
4242
$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.4';
12+
public const VERSION = '1.4.5';
1313
/**
1414
* @var PaymentsApi
1515
*/

0 commit comments

Comments
 (0)