Skip to content

Commit

Permalink
Updating version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeet committed Jan 30, 2022
1 parent 4a210f1 commit 330c39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions btcpay-greenfield-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://btcpayserver.org
* Text Domain: btcpay-greenfield-for-woocommerce
* Domain Path: /languages
* Version: 0.1.4
* Version: 0.1.5
* Requires PHP: 7.4
* Tested up to: 5.8
* Requires at least: 5.2
Expand All @@ -22,7 +22,7 @@

define( 'BTCPAYSERVER_PLUGIN_FILE_PATH', plugin_dir_path( __FILE__ ) );
define( 'BTCPAYSERVER_PLUGIN_URL', plugin_dir_url(__FILE__ ) );
define( 'BTCPAYSERVER_VERSION', '0.1.4' );
define( 'BTCPAYSERVER_VERSION', '0.1.5' );
define( 'BTCPAYSERVER_PLUGIN_ID', 'btcpay-greenfield-for-woocommerce' );

class BTCPayServerWCPlugin {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: bitcoin, btcpay, BTCPay Server, btcpayserver, WooCommerce, payment gateway
Requires at least: 4.5
Tested up to: 5.8.2
Requires PHP: 7.4
Stable tag: 0.1.4
Stable tag: 0.1.5
License: MIT
License URI: https://github.com/btcpayserver/woocommerce-greenfield-plugin/blob/master/license.txt

Expand Down

0 comments on commit 330c39b

Please sign in to comment.