From a6222e31fa8d0b0c0246ad45fda7dffa291eafdb Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Tue, 16 Apr 2024 14:03:36 +0200 Subject: [PATCH] chore: release v1.2.3 --- build/package.json | 2 +- monei.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/package.json b/build/package.json index 85fb0e8..78f482c 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "monei-prestashop", - "version": "1.2.2", + "version": "1.2.3", "main": "index.js", "repository": "git@github.com:MONEI/MONEI-PrestaShop.git", "author": "MONEI ", diff --git a/monei.php b/monei.php index 62a30e4..d1ac607 100644 --- a/monei.php +++ b/monei.php @@ -24,7 +24,7 @@ public function __construct() $this->displayName = 'MONEI Payments'; $this->name = 'monei'; $this->tab = 'payments_gateways'; - $this->version = '1.2.2'; + $this->version = '1.2.3'; $this->author = 'MONEI'; $this->need_instance = 0; $this->ps_versions_compliancy = ['min' => '1.7', 'max' => _PS_VERSION_];