Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Mar 31, 2022
1 parent df5c237 commit 62b6322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/API/class-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function get_plugin_basename(): string {
* @return string
*/
public function get_plugin_version(): string {
return defined( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION' ) ? NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION : '1.0.0';
return defined( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION' ) ? NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION : '1.0.1';
}

/**
Expand Down
4 changes: 2 additions & 2 deletions src/nullcorps-woocommerce-gateway-bitcoin.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: WooCommerce Gateway Bitcoin
* Plugin URI: http://github.com/BrianHenryIE/woocommerce-gateway-bitcoin/
* Description: Accept Bitcoin payments using self-custodied wallets, and no external account. Calculates wallet addresses locally and uses open APIs to verify payments. For an emphasis on privacy & sovereignty.
* Version: 1.0.0
* Version: 1.0.1
* Requires PHP: 7.4
* Author: Nullcorps, BrianHenryIE
* Author URI: https://github.com/Nullcorps/
Expand Down Expand Up @@ -49,7 +49,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION', '1.0.0' );
define( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION', '1.0.1' );

define( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_BASENAME', plugin_basename( __FILE__ ) );

Expand Down

0 comments on commit 62b6322

Please sign in to comment.