diff --git a/README.txt b/README.txt index 0b84d1f..049bbbc 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: paypal, woocommerce, express checkout, micro payments, micro processing, micropayments, microprocessing Requires at least: 3.0.1 Tested up to: 5.0.3 -Stable tag: 1.1.3 +Stable tag: 1.1.3.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html diff --git a/includes/class-paypal-for-woocommerce-multi-account-management.php b/includes/class-paypal-for-woocommerce-multi-account-management.php index c794ee6..a82d3e4 100644 --- a/includes/class-paypal-for-woocommerce-multi-account-management.php +++ b/includes/class-paypal-for-woocommerce-multi-account-management.php @@ -57,7 +57,7 @@ public function __construct() { if (defined('PFWMA_VERSION')) { $this->version = PFWMA_VERSION; } else { - $this->version = '1.1.3'; + $this->version = '1.1.3.1'; } $this->plugin_name = 'paypal-for-woocommerce-multi-account-management'; $this->load_dependencies(); diff --git a/paypal-for-woocommerce-multi-account-management.php b/paypal-for-woocommerce-multi-account-management.php index 2e4f95a..b7da22d 100644 --- a/paypal-for-woocommerce-multi-account-management.php +++ b/paypal-for-woocommerce-multi-account-management.php @@ -12,7 +12,7 @@ * Plugin Name: PayPal for WooCommerce Multi-Account Management * Plugin URI: http://www.angelleye.com/product/paypal-for-woocommerce-multi-account-management/ * Description: Send WooCommerce order payments to different PayPal accounts based on rules provided. - * Version: 1.1.3 + * Version: 1.1.3.1 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GPLv3 or later @@ -29,7 +29,7 @@ die; } -define('PFWMA_VERSION', '1.1.3'); +define('PFWMA_VERSION', '1.1.3.1'); /** * define plugin basename