Skip to content

Commit

Permalink
version bump 1.0.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Aug 8, 2023
1 parent 263f2fc commit 6c77478
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 - Subscription Editing",
"name": "wc-mnm-subscription-editing",
"version": "1.0.0-rc.6",
"version": "1.0.0-rc.7",
"description": "Mix and Match subscription contents editing in My Account area, no cart/checkout",
"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.6
Stable tag: 1.0.0-rc.7
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-subscription-editing.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin URI: http://www.github.com/kathyisawesome/wc-mnm-subscription-editing
* Plugin Name: WooCommerce Mix and Match - Subscription Editing
* Version: 1.0.0-rc.6
* Version: 1.0.0-rc.7
* Description: Mix and Match subscription container contents editing in the my account area, no cart/checkout
* Author: Kathy Darling
* Author URI: http://kathyisawesome.com/
Expand Down Expand Up @@ -35,7 +35,7 @@ class WC_MNM_Subscription_Editing {
/**
* constants
*/
const VERSION = '1.0.0-rc.6';
const VERSION = '1.0.0-rc.7';
const REQ_MNM_VERSION = '2.4.0-beta.5';

/**
Expand Down

0 comments on commit 6c77478

Please sign in to comment.