Skip to content

Commit

Permalink
Bump version (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlateska authored Feb 16, 2024
1 parent c3e75d3 commit a104b98
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9,351 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function nfd_wp_module_patterns_register() {

// Set Global Constants.
if ( ! defined( 'NFD_WONDER_BLOCKS_VERSION' ) ) {
define( 'NFD_WONDER_BLOCKS_VERSION', '0.1.13' );
define( 'NFD_WONDER_BLOCKS_VERSION', '0.1.14' );
}
if ( ! defined( 'NFD_WONDER_BLOCKS_DIR' ) ) {
define( 'NFD_WONDER_BLOCKS_DIR', __DIR__ );
Expand Down
Loading

0 comments on commit a104b98

Please sign in to comment.