Skip to content

Commit

Permalink
Merge pull request #51 from newfold-labs/release/0.1.13
Browse files Browse the repository at this point in the history
Version 0.1.13 version bump
  • Loading branch information
circlecube authored Jan 22, 2024
2 parents 35e605b + 1013df6 commit e270df6
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 82 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.12' );
define( 'NFD_WONDER_BLOCKS_VERSION', '0.1.13' );
}
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.
83 changes: 3 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.1.12",
"version": "0.1.13",
"description": "Wonder Blocks",
"license": "GPL-2.0-or-later",
"private": true,
Expand Down

0 comments on commit e270df6

Please sign in to comment.