Skip to content

Commit

Permalink
version bump 2.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Jan 31, 2024
1 parent d384443 commit b708766
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": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"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: 2.0.0-beta.3
Stable tag: 2.0.0-beta.4
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: 2.0.0-beta.3
* Version: 2.0.0-beta.4
* 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 = '2.0.0-beta.3';
const VERSION = '2.0.0-beta.4';
const REQ_WC_VERSION = '8.0.0';
const REQ_MNM_VERSION = '2.6.0';

Expand Down

0 comments on commit b708766

Please sign in to comment.