Skip to content

Commit bc63908

Browse files
committed
1.3.2
1 parent 6f6eb66 commit bc63908

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/API/class-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function get_plugin_basename(): string {
7070
* @return string
7171
*/
7272
public function get_plugin_version(): string {
73-
return defined( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION' ) ? NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION : '1.3.1';
73+
return defined( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION' ) ? NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION : '1.3.2';
7474
}
7575

7676
/**

src/nullcorps-woocommerce-gateway-bitcoin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: WooCommerce Gateway Bitcoin
1717
* Plugin URI: http://github.com/BrianHenryIE/woocommerce-gateway-bitcoin/
1818
* 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.
19-
* Version: 1.3.1
19+
* Version: 1.3.2
2020
* Requires PHP: 7.4
2121
* Author: Nullcorps, BrianHenryIE
2222
* Author URI: https://github.com/Nullcorps/
@@ -50,7 +50,7 @@
5050
* Start at version 1.0.0 and use SemVer - https://semver.org
5151
* Rename this for your plugin and update it as you release new versions.
5252
*/
53-
define( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION', '1.3.1' );
53+
define( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION', '1.3.2' );
5454

5555
define( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_BASENAME', plugin_basename( __FILE__ ) );
5656
define( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_PATH', trailingslashit( __DIR__ ) );

0 commit comments

Comments
 (0)