Skip to content

Commit

Permalink
Release version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanuzzamanbe committed Oct 3, 2023
1 parent 4dcc8c3 commit 69dce60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
with:
files: |
assets/
tag_name: 1.0.2
release_name: Release 1.0.2
tag_name: 1.0.3
release_name: Release 1.0.3
body: |
Changes in this Release
draft: false
Expand Down
4 changes: 2 additions & 2 deletions buy-me-coffee.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: Buy me coffee widgets - fundraise into own account
Plugin URI: http://www.wpminers.com/
Description: Collect "buy me a coffee" amount directly your own Stripe and Paypal
Version: 1.0.2
Version: 1.0.3
Author: wpminers
Author URI: http://www.wpminers.com
License: GPLv2 or later
Expand Down Expand Up @@ -34,7 +34,7 @@
}
if (!defined('WPM_BMC_VERSION')) {
define('WPM_BMC_VERSION_LITE', true);
define('WPM_BMC_VERSION', '1.0.2');
define('WPM_BMC_VERSION', '1.0.3');
define('WPM_BMC_MAIN_FILE', __FILE__);
define('WPM_BMC_URL', plugin_dir_url(__FILE__));
define('WPM_BMC_DIR', plugin_dir_path(__FILE__));
Expand Down

0 comments on commit 69dce60

Please sign in to comment.