From 947ac616970300e14d7af714c78fe5c3652fb41e Mon Sep 17 00:00:00 2001 From: Kathy Daring Date: Tue, 22 Dec 2020 08:42:00 -0700 Subject: [PATCH] version bump 1.0.0-beta-2 --- wc-mnm-grouped.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/wc-mnm-grouped.php b/wc-mnm-grouped.php index b719ff5..3a9cbed 100644 --- a/wc-mnm-grouped.php +++ b/wc-mnm-grouped.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce Mix and Match - Grouped Containers * Plugin URI: http://www.woocommerce.com/products/wc-mnm-grouped/ * Description: Group multiple Mix and Match products together to approximate variations - * Version: 1.0.0-beta-1 + * Version: 1.0.0-beta-2 * Author: Kathy Darling * Author URI: http://kathyisawesome.com/ * Developer: Kathy Darling @@ -15,12 +15,9 @@ * License: GNU General Public License v3.0 * License URI: http://www.gnu.org/licenses/gpl-3.0.html */ - - - namespace WC_MNM_Grouped; -define( 'WC_MNM_GROUPED_VERSION', '1.0.0' ); +define( 'WC_MNM_GROUPED_VERSION', '1.0.0-beta-2' ); /** * WC_MNM_Grouped Constructor