Skip to content

Commit

Permalink
Merge pull request #46 from newfold-labs/release/1.0.7
Browse files Browse the repository at this point in the history
Release/1.0.7
  • Loading branch information
circlecube authored Jun 20, 2024
2 parents a0b5df7 + 4fab452 commit 48ae5be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function () {
'callback' => function ( Container $container ) {

if ( ! defined( 'NFD_MIGRATION_MODULE_VERSION' ) ) {
define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.6' );
define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.7' );
}
$brand = $container->plugin()->id;
if ( 'atomic' === getContext( 'platform' ) ) {
Expand Down
4 changes: 2 additions & 2 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-migration",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit 48ae5be

Please sign in to comment.