Skip to content

Commit

Permalink
updating lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed Sep 25, 2024
1 parent 233207a commit 29c2f6c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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.11' );
define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.12' );
}
$brand = $container->plugin()->id;
if ( 'atomic' === getContext( 'platform' ) ) {
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

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

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.11",
"version": "1.0.12",
"description": "",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit 29c2f6c

Please sign in to comment.