diff --git a/config.xml b/config.xml
index fbf82b5f0..d08b2b075 100644
--- a/config.xml
+++ b/config.xml
@@ -1,13 +1,13 @@
- ps_checkout
-
-
-
-
-
-
- 1
- 0
-
-
\ No newline at end of file
+ ps_checkout
+
+
+
+
+
+
+ 1
+ 0
+
+
diff --git a/ps_checkout.php b/ps_checkout.php
index 38e8b0221..83be24aef 100755
--- a/ps_checkout.php
+++ b/ps_checkout.php
@@ -88,7 +88,7 @@ class Ps_checkout extends PaymentModule
// Needed in order to retrieve the module version easier (in api call headers) than instanciate
// the module each time to get the version
- const VERSION = '1.2.10';
+ const VERSION = '1.2.11';
/**
* @var \Monolog\Logger
@@ -102,7 +102,7 @@ public function __construct()
// We cannot use the const VERSION because the const is not computed by addons marketplace
// when the zip is uploaded
- $this->version = '1.2.10';
+ $this->version = '1.2.11';
$this->author = 'PrestaShop';
$this->need_instance = 0;