Skip to content

Commit

Permalink
migration bump to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed Jun 14, 2024
1 parent 8d2bc8b commit bcfabac
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.4' );
define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.5' );
}
$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.4",
"version": "1.0.5",
"description": "",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit bcfabac

Please sign in to comment.