From 9d8e0a91e9748dee132a504adde8b8e870b0b199 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz <64227129+schmitzcarsten@users.noreply.github.com> Date: Mon, 17 May 2021 11:54:03 +0200 Subject: [PATCH] add release 1.4.1 (#131) --- composer.json | 2 +- src/Factory/MollieApiFactory.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bff6ccf18..470b2694f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiener/mollie-payments-plugin", "description": "Mollie Payments", - "version": "v1.4.0", + "version": "v1.4.1", "type": "shopware-platform-plugin", "license": "MIT", "authors": [ diff --git a/src/Factory/MollieApiFactory.php b/src/Factory/MollieApiFactory.php index 2f9a793a2..49e7c15aa 100644 --- a/src/Factory/MollieApiFactory.php +++ b/src/Factory/MollieApiFactory.php @@ -84,7 +84,7 @@ public function getClient(?string $salesChannelId = null, ?Context $context = nu // @todo Add plugin version variable $this->apiClient->addVersionString( - 'MollieShopware6/1.4.0' + 'MollieShopware6/1.4.1' ); } catch (Exception $e) { $this->logger->error($e->getMessage(), [$e]);