Skip to content

Commit

Permalink
version bump 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Oct 14, 2024
1 parent 3c22462 commit f96cf04
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 - Container Step",
"name": "wc-mnm-container-step",
"version": "2.0.1",
"version": "2.0.2",
"description": "Require Mix and Match container size to be in quantity multiples, ie: 6,12,18,etc.",
"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: 5.0
Tested up to: 5.5
Stable tag: 2.0.1
Stable tag: 2.0.2
WC requires at least: 4.0
WC tested up to: 4.7
License: GNU General Public License v3.0
Expand Down
4 changes: 2 additions & 2 deletions wc-mnm-container-step.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: WooCommerce Mix and Match - Container Step
* Plugin URI: https://github.com/kathyisawesome/wc-mnm-container-step
* Version: 2.0.1
* Version: 2.0.2
* Description: Require container size to be in quantity mnultiples, ie: 12,16,20,etc.
* Author: Kathy Darling
* Author URI: http://kathyisawesome.com/
Expand Down Expand Up @@ -31,7 +31,7 @@ class WC_MNM_Container_Step {
/**
* constants
*/
const VERSION = '2.0.1';
const VERSION = '2.0.2';
const REQ_MNM_VERSION = '2.6.0';

/**
Expand Down

0 comments on commit f96cf04

Please sign in to comment.