Skip to content

Commit

Permalink
#32823 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan-Medv committed Dec 7, 2022
1 parent 5cbd118 commit d5d4563
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.1
- Iframe basic flow

# 1.0.0
- Shopware store release updates

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mediaopt/worldline",
"description": "Worldline Online Payments",
"version": "1.0.0",
"version": "1.0.1",
"type": "shopware-platform-plugin",
"license": "proprietary",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/MoptWorldline.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MoptWorldline extends Plugin
{
const PLUGIN_NAME = 'MoptWorldline';

const PLUGIN_VERSION = '1.0.0';
const PLUGIN_VERSION = '1.0.1';

/**
* @param InstallContext $installContext
Expand Down

0 comments on commit d5d4563

Please sign in to comment.