Skip to content

Commit

Permalink
Merge pull request #119 from newfold-labs/release/2.6.1
Browse files Browse the repository at this point in the history
Release v2.6.1
  • Loading branch information
zlateska authored Nov 7, 2024
2 parents 8d49600 + 4ec6a9b commit 648b144
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// Set Global Constants
if ( ! defined( 'NFD_WONDER_BLOCKS_VERSION' ) ) {
define( 'NFD_WONDER_BLOCKS_VERSION', '2.6.0' );
define( 'NFD_WONDER_BLOCKS_VERSION', '2.6.1' );
}
if ( ! defined( 'NFD_WONDER_BLOCKS_DIR' ) ) {
define( 'NFD_WONDER_BLOCKS_DIR', __DIR__ );
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newfold-labs/wp-module-patterns",
"version": "2.6.0",
"version": "2.6.1",
"description": "WonderBlocks",
"license": "GPL-2.0-or-later",
"private": true,
Expand Down

0 comments on commit 648b144

Please sign in to comment.