Skip to content

Commit

Permalink
add release 1.4.1 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitzcarsten authored May 17, 2021
1 parent c86a78e commit 9d8e0a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/Factory/MollieApiFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit 9d8e0a9

Please sign in to comment.