diff --git a/event-tickets.php b/event-tickets.php index 4b9ce8540c..3f5cda3250 100644 --- a/event-tickets.php +++ b/event-tickets.php @@ -3,7 +3,7 @@ * Plugin Name: Event Tickets * Plugin URI: https://evnt.is/1acb * Description: Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event. - * Version: 5.19.1 + * Version: 5.19.1.1 * Requires at least: 6.5 * Requires PHP: 7.4 * Author: The Events Calendar diff --git a/readme.txt b/readme.txt index 856cd090e3..cc84706ae3 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: theeventscalendar, brianjessee, camwynsp, redscar, tribalmike, rafsuntaskin, aguseo, bordoni, borkweb, jentheo, leahkoerper, lucatume, neillmcshea, vicskf, zbtirrell Tags: tickets, event registration, RSVP, ticket sales, attendee management -Stable tag: 5.19.1 +Stable tag: 5.19.1.1 Requires at least: 6.5 Tested up to: 6.7.1 Requires PHP: 7.4 diff --git a/src/Tribe/Main.php b/src/Tribe/Main.php index 0ec2f64d15..f4b6198e4d 100644 --- a/src/Tribe/Main.php +++ b/src/Tribe/Main.php @@ -17,7 +17,7 @@ class Tribe__Tickets__Main { /** * Current version of this plugin. */ - const VERSION = '5.19.1'; + const VERSION = '5.19.1.1'; /** * Used to store the version history.