Skip to content

Commit eb78aa5

Browse files
committed
chore: release v1.1.1
1 parent b58cc25 commit eb78aa5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1.0",
3+
"version": "1.1.1",
44
"main": "index.js",
55
"repository": "git@github.com:MONEI/MONEI-PrestaShop.git",
66
"author": "MONEI <support@monei.com>",

config_es.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>monei</name>
44
<displayName><![CDATA[MONEI Official]]></displayName>
5-
<version><![CDATA[1.1.0]]></version>
5+
<version><![CDATA[1.1.1]]></version>
66
<description><![CDATA[Accept Card, Bizum, PayPal and many more payment methods in your store.]]></description>
77
<author><![CDATA[MONEI]]></author>
88
<tab><![CDATA[payments_gateways]]></tab>

config_gb.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>monei</name>
44
<displayName><![CDATA[MONEI Official]]></displayName>
5-
<version><![CDATA[1.1.0]]></version>
5+
<version><![CDATA[1.1.1]]></version>
66
<description>
77
<![CDATA[Accept credit card, Bizum, PayPal and many more payment methods in your store.]]></description>
88
<author><![CDATA[MONEI]]></author>

monei.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct()
2626
$this->description = $this->l('Accept Card, Bizum, PayPal and many more payment methods in your store.');
2727
$this->name = 'monei';
2828
$this->tab = 'payments_gateways';
29-
$this->version = '1.1.0';
29+
$this->version = '1.1.1';
3030
$this->author = 'MONEI';
3131
$this->need_instance = 0;
3232
$this->controllers = [

0 commit comments

Comments
 (0)