Skip to content

Commit

Permalink
Merge pull request #2353 from the-events-calendar/task/version-bump-r…
Browse files Browse the repository at this point in the history
…elease/T25.imp-bbe19c6

Version bump for release/T25.imp
  • Loading branch information
rafsuntaskin authored Jan 20, 2025
2 parents bbe19c6 + 48e1b54 commit 8091509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tribe-common",
"version": "6.4.1",
"version": "6.4.2",
"repository": "[email protected]:the-events-calendar/tribe-common.git",
"_resourcepath": "src/resources",
"_domainPath": "lang",
Expand Down
2 changes: 1 addition & 1 deletion src/Tribe/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tribe-common.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8091509

Please sign in to comment.