diff --git a/README.txt b/README.txt index 9b4a60eb..4a1c02c3 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: woocommerce, offers, negotiation Requires at least: 3.8 Tested up to: 5.4.0 -Stable tag: 2.1.0 +Stable tag: 2.2.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html diff --git a/offers-for-woocommerce.php b/offers-for-woocommerce.php index 5330307e..277e183d 100644 --- a/offers-for-woocommerce.php +++ b/offers-for-woocommerce.php @@ -4,7 +4,7 @@ * Plugin Name: Offers for WooCommerce * Plugin URI: http://www.angelleye.com/product/offers-for-woocommerce * Description: Accept offers for products on your website. Respond with accept, deny, or counter-offer, and manage all active offers/counters easily. - * Version: 2.1.0 + * Version: 2.2.0 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GNU General Public License v3.0 diff --git a/public/class-offers-for-woocommerce.php b/public/class-offers-for-woocommerce.php index fa7be44d..2610d84f 100644 --- a/public/class-offers-for-woocommerce.php +++ b/public/class-offers-for-woocommerce.php @@ -24,7 +24,7 @@ class Angelleye_Offers_For_Woocommerce { * * @var string */ - const VERSION = '2.1.0'; + const VERSION = '2.2.0'; /** *