diff --git a/package.json b/package.json index 84bfc07..0b4387c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/kathyisawesome/wc-mnm-categories/issues" }, "license": "GPL-3.0-or-later", - "version": "1.0.0-rc-2", + "version": "1.0.0", "homepage": "http://woocommerce.com/products/woocommerce-mix-and-match/", "main": "Gruntfile.js", "devDependencies": { diff --git a/readme.txt b/readme.txt index 326027b..180906b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: helgatheviking Tags: woocommerce, product, bundle, bundles, kits, simple, categories Requires at least: 5.1.0 Tested up to: 5.3.0 -Stable tag: 1.0.0-rc-2 +Stable tag: 1.0.0 WC requires at least: 3.6.0 WC tested up to: 3.8.0 License: GNU General Public License v3.0 diff --git a/wc-mnm-categories.php b/wc-mnm-categories.php index cb12710..ccf41a3 100644 --- a/wc-mnm-categories.php +++ b/wc-mnm-categories.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce Mix and Match - Categories * Plugin URI: https://woocommerce.com/products/woocommerce-mix-and-match-products/ * Description: Add products as mix and match options by product category. - * Version: 1.0.0-rc-4 + * Version: 1.0.0 * Author: Kathy Darling * Author URI: http://kathyisawesome.com/ * @@ -35,7 +35,7 @@ class WC_MNM_Categories { /** * Plugin version. */ - const VERSION = '1.0.0-rc-3'; + const VERSION = '1.0.0'; /** * Min required MNM version.