Skip to content

Commit

Permalink
version bump 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Aug 30, 2023
1 parent d3e00bf commit 420f26a
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.2",
"version": "2.0.3",
"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.2
Stable tag: 2.0.3
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: https://github.com/kathyisawesome/wc-nyp-event-tickets
* Description: Bridge plugin for adding NYP support to Modern Tribe's Tickets Plus
* Version: 2.0.2
* Version: 2.0.3
* Author: Kathy Darling
* Author URI: http://www.kathyisawesome.com
* License: GNU General Public License v3.0
Expand Down Expand Up @@ -31,7 +31,7 @@

class WC_NYP_Tickets {

const VERSION = '2.0.2';
const VERSION = '2.0.3';
const PREFIX = 'WC_NYP_Tickets';
const REQUIRED_WC = '5.0.0';
const REQUIRED_NYP = '3.0.0';
Expand Down

0 comments on commit 420f26a

Please sign in to comment.