From 025a813efa41bd044bdecb12b375149d9b48de5c Mon Sep 17 00:00:00 2001 From: Alex Kacijan Date: Mon, 14 Mar 2022 15:16:06 +0100 Subject: [PATCH] bump version --- Frontend/QentaCheckoutSeamless/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/QentaCheckoutSeamless/Bootstrap.php b/Frontend/QentaCheckoutSeamless/Bootstrap.php index bad4e38..fda10e4 100644 --- a/Frontend/QentaCheckoutSeamless/Bootstrap.php +++ b/Frontend/QentaCheckoutSeamless/Bootstrap.php @@ -64,7 +64,7 @@ public function getCapabilities() */ public function getVersion() { - return '2.0.1'; + return '2.0.2'; } /**