Skip to content

Commit

Permalink
chore: release v1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Nov 27, 2024
1 parent 7795e5e commit 52330d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monei-prestashop",
"version": "1.4.11",
"version": "1.4.12",
"main": "index.js",
"repository": "[email protected]:MONEI/MONEI-PrestaShop.git",
"author": "MONEI <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion monei.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct()
$this->displayName = 'MONEI Payments';
$this->name = 'monei';
$this->tab = 'payments_gateways';
$this->version = '1.4.11';
$this->version = '1.4.12';
$this->author = 'MONEI';
$this->need_instance = 0;
$this->ps_versions_compliancy = ['min' => '1.7', 'max' => _PS_VERSION_];
Expand Down
2 changes: 1 addition & 1 deletion src/Monei/MoneiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class MoneiClient
{
public const VERSION = '1.4.11';
public const VERSION = '1.4.12';
/**
* @var PaymentsApi
*/
Expand Down

0 comments on commit 52330d2

Please sign in to comment.