Skip to content

Commit

Permalink
Release v1.5.3 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitzcarsten authored Aug 11, 2021
1 parent 6daf6a9 commit f30696f
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.5.2",
"version": "v1.5.3",
"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 @@ -83,7 +83,7 @@ public function getClient(?string $salesChannelId = null): MollieApiClient

// @todo Add plugin version variable
$this->apiClient->addVersionString(
'MollieShopware6/1.5.2'
'MollieShopware6/1.5.3'
);
} catch (Exception $e) {
$this->logger->error($e->getMessage(), [$e]);
Expand Down

0 comments on commit f30696f

Please sign in to comment.