Skip to content

Commit

Permalink
MOL-708 update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Mar 15, 2022
1 parent 65db2d7 commit 1acca49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mollie-payments-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Mollie Payments for WooCommerce
* Plugin URI: https://www.mollie.com
* Description: Accept payments in WooCommerce with the official Mollie plugin
* Version: 7.0.3-beta1
* Version: 7.0.3
* Author: Mollie
* Author URI: https://www.mollie.com
* Requires at least: 5.0
Expand Down
2 changes: 1 addition & 1 deletion src/Shared/SharedModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function services(): array
},
'shared.plugin_version' => static function (): string {
//Get plugin version
return '7.0.3-beta1';
return '7.0.3';
},
'shared.plugin_title' => static function (): string {
//Get plugin version
Expand Down

0 comments on commit 1acca49

Please sign in to comment.