Skip to content

Commit

Permalink
2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusborne committed Dec 3, 2024
1 parent b3af7b6 commit 164b917
Show file tree
Hide file tree
Showing 2 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": "generateblocks",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"private": true,
"description": "A small collection of lightweight WordPress blocks that can accomplish nearly anything.",
"author": "Tom Usborne",
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: A small collection of lightweight WordPress blocks that can accomplish nearly anything.
* Author: Tom Usborne
* Author URI: https://tomusborne.com
* Version: 2.0.0-beta.2
* Version: 2.0.0-beta.3
* Requires at least: 6.5
* Requires PHP: 7.2
* License: GPL2+
Expand All @@ -19,7 +19,7 @@
exit; // Exit if accessed directly.
}

define( 'GENERATEBLOCKS_VERSION', '2.0.0-beta.2' );
define( 'GENERATEBLOCKS_VERSION', '2.0.0-beta.3' );
define( 'GENERATEBLOCKS_DIR', plugin_dir_path( __FILE__ ) );
define( 'GENERATEBLOCKS_DIR_URL', plugin_dir_url( __FILE__ ) );

Expand Down

0 comments on commit 164b917

Please sign in to comment.