Skip to content

Commit

Permalink
Release version
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanuzzamanbe committed Sep 30, 2023
1 parent be41bc6 commit cfc2073
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.1
release_name: Release 1.0.1
tag_name: 1.0.2
release_name: Release 1.0.2
body: |
Changes in this Release
draft: false
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.idea
assets/

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wpminers
Tags: buy me a coffee, donations, payments, stripe payments, PayPal, fundraise
Requires at least: 4.5
Tested up to: 6.3
Stable tag: 1.0.0
Stable tag: 1.0.2
Requires PHP: 7.1
License: GPLv2 or later
Collect donations from "buy me a coffee" widgets directly into your own Stripe or PayPal merchant account without any commission.
Expand Down
Empty file added assets/.gitkeep
Empty file.
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.0
Version: 1.0.2
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.0');
define('WPM_BMC_VERSION', '1.0.2');
define('WPM_BMC_MAIN_FILE', __FILE__);
define('WPM_BMC_URL', plugin_dir_url(__FILE__));
define('WPM_BMC_DIR', plugin_dir_path(__FILE__));
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wpminers
Tags: buy me a coffee, donations, payments, stripe payments, PayPal, fundraise
Requires at least: 4.5
Tested up to: 6.3
Stable tag: 1.0.0
Stable tag: 1.0.2
Requires PHP: 7.1
License: GPLv2 or later
Collect donations from "buy me a coffee" widgets directly into your own Stripe or PayPal merchant account without any commission.
Expand Down

0 comments on commit cfc2073

Please sign in to comment.