Skip to content

Commit e68394b

Browse files
authored
Merge pull request #571 from PAYONE-GmbH/version-bump-3131
version bump to 3.13.1
2 parents b770820 + c1a11e9 commit e68394b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Model/PayoneConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
abstract class PayoneConfig
3333
{
3434
/* Module version */
35-
const MODULE_VERSION = '3.13.0';
35+
const MODULE_VERSION = '3.13.1';
3636

3737
/* Authorization request types */
3838
const REQUEST_TYPE_PREAUTHORIZATION = 'preauthorization';

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "payone-gmbh/magento-2",
33
"description": "PAYONE payment gateway for all German online and offline payment methods including PayPal, all major Credit Cards and Maestro.",
44
"type": "magento2-module",
5-
"version": "3.13.0",
5+
"version": "3.13.1",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
-->
2727
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
28-
<module name="Payone_Core" setup_version="3.13.0">
28+
<module name="Payone_Core" setup_version="3.13.1">
2929
<sequence>
3030
<module name="Magento_Quote" />
3131
<module name="Magento_Sales" />

0 commit comments

Comments
 (0)