Skip to content

Commit 4e0d8bc

Browse files
committed
Bump version
1 parent f467be0 commit 4e0d8bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

woo-paystack.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
* Plugin Name: Paystack WooCommerce Payment Gateway
44
* Plugin URI: https://paystack.com
55
* Description: WooCommerce payment gateway for Paystack
6-
* Version: 5.8.0
6+
* Version: 5.8.1
77
* Author: Tunbosun Ayinla
88
* Author URI: https://bosun.me
99
* License: GPL-2.0+
1010
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1111
* WC requires at least: 7.0
12-
* WC tested up to: 8.1
12+
* WC tested up to: 8.3
1313
* Text Domain: woo-paystack
1414
* Domain Path: /languages
1515
*/
@@ -24,7 +24,7 @@
2424
define( 'WC_PAYSTACK_MAIN_FILE', __FILE__ );
2525
define( 'WC_PAYSTACK_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
2626

27-
define( 'WC_PAYSTACK_VERSION', '5.8.0' );
27+
define( 'WC_PAYSTACK_VERSION', '5.8.1' );
2828

2929
/**
3030
* Initialize Paystack WooCommerce payment gateway.

0 commit comments

Comments
 (0)