From 48e1b54945b514ddf799f54cb67441186cfbf321 Mon Sep 17 00:00:00 2001 From: rafsuntaskin <7523321+rafsuntaskin@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:49:41 +0000 Subject: [PATCH] Version bump for release/T25.imp This is an automated PR created by rafsuntaskin. Generated by: https://github.com/the-events-calendar/tribe-common/actions/runs/12870533039 --- package.json | 2 +- src/Tribe/Main.php | 2 +- tribe-common.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8f30eeff8..f2ca2a61f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tribe-common", - "version": "6.4.1", + "version": "6.4.2", "repository": "git@github.com:the-events-calendar/tribe-common.git", "_resourcepath": "src/resources", "_domainPath": "lang", diff --git a/src/Tribe/Main.php b/src/Tribe/Main.php index 6bca01f4a..9243ed7bc 100644 --- a/src/Tribe/Main.php +++ b/src/Tribe/Main.php @@ -20,7 +20,7 @@ class Tribe__Main { const OPTIONNAME = 'tribe_events_calendar_options'; const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options'; const FEED_URL = 'https://theeventscalendar.com/feed/'; - const VERSION = '6.4.1'; + const VERSION = '6.4.2'; protected $plugin_context; protected $plugin_context_class; diff --git a/tribe-common.php b/tribe-common.php index 9d814a759..ad57e2b89 100644 --- a/tribe-common.php +++ b/tribe-common.php @@ -2,7 +2,7 @@ /** * Plugin Name: Tribe Common * Description: An event settings framework for managing shared options. - * Version: 6.4.1 + * Version: 6.4.2 * Requires at least: 6.3 * Requires PHP: 7.4 * Author: The Events Calendar