Skip to content

Commit

Permalink
version bump 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Dec 2, 2022
1 parent a206a36 commit 68e71e7
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,6 +1,6 @@
{
"name": "wc-nyp-event-tickets",
"version": "2.0.0",
"version": "2.0.1",
"license": "GPL-3.0",
"main": "Gruntfile.js",
"author": "Kathy Darling",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Contributors: Kathy Darling
Requires at least: 5.6.0
Tested up to: 5.8.0
Stable tag: 2.0.0
Stable tag: 2.0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
WC requires at least: 6.8.0
Expand Down
4 changes: 2 additions & 2 deletions wc-nyp-event-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Name Your Price - Event Tickets
* Plugin URI: http://github.com/helgatheviking/woocommerce-name-your-price-tickets
* Description: Bridge plugin for adding NYP support to Modern Tribe's Tickets Plus
* Version: 2.0.0
* Version: 2.0.1
* Author: Kathy Darling
* Author URI: http://www.kathyisawesome.com
* License: GNU General Public License v3.0
Expand All @@ -30,7 +30,7 @@

class WC_NYP_Tickets {

const VERSION = '2.0.0';
const VERSION = '2.0.1';
const PREFIX = 'WC_NYP_Tickets';
const REQUIRED_WC = '5.0.0';
const REQUIRED_NYP = '3.0.0';
Expand Down

0 comments on commit 68e71e7

Please sign in to comment.