Skip to content

Commit bd5b843

Browse files
authored
Merge pull request #611 from PAYONE-GmbH/version-bump-3162
version bump to 3162
2 parents 638f161 + ce696d8 commit bd5b843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.16.1';
35+
const MODULE_VERSION = '3.16.2';
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.",
44
"type": "magento2-module",
5-
"version": "3.16.1",
5+
"version": "3.16.2",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

0 commit comments

Comments
 (0)