Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #34 from heidelpay/Version-update
Browse files Browse the repository at this point in the history
[version] update plugin version
  • Loading branch information
xBlack-Shadow authored Jul 10, 2020
2 parents 63eb8ea + f9a39fc commit 7759e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"namespace": "HeidelpayMGW",

"type": "payment",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"isClosedSource": false,
"price": 0.00,
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration/PluginConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class PluginConfiguration
{
// Plugin
const PLUGIN_NAME = 'HeidelpayMGW';
const PLUGIN_VERSION = '1.0.0';
const PLUGIN_VERSION = '1.0.1';
const PLUGIN_KEY = 'HeidelpayMGWPaymentPlugin';

// Plugin payment methods
Expand Down

0 comments on commit 7759e5d

Please sign in to comment.