Skip to content

Commit

Permalink
version bump 2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Jul 15, 2023
1 parent cdd6500 commit d32b9e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions wc-mnm-variable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit d32b9e8

Please sign in to comment.