diff --git a/package.json b/package.json index 2c2303b..1757204 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "WooCommerce Mix and Match Products - Variable Mix and Match", "name": "wc-mnm-variable", - "version": "1.0.0-rc.13", + "version": "2.0.0-alpha.1", "description": "Make different sized Mix and Match packs all in once place!", "main": "Gruntfile.js", "license": "GPL-3.0", diff --git a/readme.txt b/readme.txt index 34860f4..6e59561 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: helgatheviking Tags: woocommerce, product, container, boxes, kits, configurable, filter Requires at least: 6.0 Tested up to: 6.0 -Stable tag: 1.0.0-rc.13 +Stable tag: 2.0.0-alpha.1 WC requires at least: 6.0 WC tested up to: 7.0 License: GNU General Public License v3.0 diff --git a/wc-mnm-variable.php b/wc-mnm-variable.php index 66e84fa..17dc78f 100755 --- a/wc-mnm-variable.php +++ b/wc-mnm-variable.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce Mix and Match - Variable Mix and Match * Plugin URI: * Description: Variable mix and match product type - * Version: 1.0.0-rc.13 + * Version: 2.0.0-alpha.1 * Author: Kathy Darling * Author URI: http://kathyisawesome.com/ * Text Domain: wc-mnm-variable @@ -30,7 +30,7 @@ class WC_MNM_Variable { - const VERSION = '1.0.0-rc.13'; + const VERSION = '2.0.0-alpha.1'; const REQ_MNM_VERSION = '2.4.0-beta.5'; const REQ_WC_VERSION = '6.9.0'; // @todo -check this.