diff --git a/bootstrap.php b/bootstrap.php index 8acdfe5..915667e 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -22,7 +22,7 @@ function () { 'callback' => function ( Container $container ) { if ( ! defined( 'NFD_MIGRATION_MODULE_VERSION' ) ) { - define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.4' ); + define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.5' ); } $brand = $container->plugin()->id; if ( 'atomic' === getContext( 'platform' ) ) { diff --git a/package-lock.json b/package-lock.json index 4d34f63..67bb5be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newfold-labs/wp-module-migration", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@newfold-labs/wp-module-migration", - "version": "1.0.4", + "version": "1.0.5", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.0.18", diff --git a/package.json b/package.json index 17fe60e..cebf749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newfold-labs/wp-module-migration", - "version": "1.0.4", + "version": "1.0.5", "description": "", "main": "build/index.js", "scripts": {