From a515c560d89f00cf929129dba151ab79ed72580c Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Tue, 19 Apr 2022 16:40:27 -0700 Subject: [PATCH] v1.1.1 --- src/API/class-settings.php | 2 +- src/nullcorps-woocommerce-gateway-bitcoin.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/API/class-settings.php b/src/API/class-settings.php index c776c81..a1cb3e7 100644 --- a/src/API/class-settings.php +++ b/src/API/class-settings.php @@ -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.1.0'; + return defined( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION' ) ? NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION : '1.1.1'; } /** diff --git a/src/nullcorps-woocommerce-gateway-bitcoin.php b/src/nullcorps-woocommerce-gateway-bitcoin.php index a8e5796..e7da23e 100644 --- a/src/nullcorps-woocommerce-gateway-bitcoin.php +++ b/src/nullcorps-woocommerce-gateway-bitcoin.php @@ -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.1.0 + * Version: 1.1.1 * Requires PHP: 7.4 * Author: Nullcorps, BrianHenryIE * Author URI: https://github.com/Nullcorps/ @@ -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.1.0' ); +define( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_VERSION', '1.1.1' ); define( 'NULLCORPS_WOOCOMMERCE_GATEWAY_BITCOIN_BASENAME', plugin_basename( __FILE__ ) );