Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellenwood committed Dec 20, 2023
1 parent bf67a37 commit 56ef41f
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-embed",
"version": "1.0.2",
"version": "1.0.2-rc1",
"description": "Tribe Embed",
"author": "Modern Tribe <[email protected]>",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion src/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

final class Core {

public const VERSION = '0.0.0';
public const VERSION = '1.0.2-rc1';
public const PLUGIN_NAME = 'tribe-embed';

private static self $instance;
Expand Down
2 changes: 1 addition & 1 deletion tribe-embed.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Tribe Embed
* Plugin URI: https://github.com/moderntribe/tribe-embed
* Description: A Tribe Embed Plugin.
* Version: 1.0.1
* Version: 1.0.2-rc1
* Requires at least: 6.3
* Requires PHP: 8.0
* Author: Modern Tribe
Expand Down

0 comments on commit 56ef41f

Please sign in to comment.