Skip to content

Commit 334611b

Browse files
bump version
1 parent 32e9592 commit 334611b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Model/Payment.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(
4343
\SatispayOnline\Api::setStaging((bool)$this->getConfigData('staging'));
4444

4545
\SatispayOnline\Api::setPluginName('Magento2');
46-
\SatispayOnline\Api::setPluginVersion('1.2.0');
46+
\SatispayOnline\Api::setPluginVersion('1.2.1');
4747
\SatispayOnline\Api::setPlatformVersion($version);
4848
\SatispayOnline\Api::setType('ECOMMERCE-PLUGIN');
4949
}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Satispay Magento2 Plugin",
44
"license": "MIT",
55
"keywords": ["satispay", "magento2", "plugin"],
6-
"version": "1.2.0",
6+
"version": "1.2.1",
77
"authors": [
88
{
99
"name": "Satispay",

0 commit comments

Comments
 (0)