Skip to content

Commit

Permalink
bump version then run build
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Feb 29, 2024
1 parent b155513 commit 94c5600
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
return;
}

define( 'NFD_COMING_SOON_MODULE_VERSION', '1.2.2' );
define( 'NFD_COMING_SOON_MODULE_VERSION', '1.2.3' );

require __DIR__ . '/includes/functions.php';

Expand Down
1 change: 0 additions & 1 deletion build/1.2.2/coming-soon.css

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'f239b4d6b6524c513eac');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '8462ecc8721aefc27ddd');
1 change: 1 addition & 0 deletions build/1.2.3/coming-soon.css

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

File renamed without changes.
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,5 +1,5 @@
{
"version": "1.2.2",
"version": "1.2.3",
"description": "Coming Soon",
"license": "GPL-2.0-or-later",
"private": true,
Expand Down

0 comments on commit 94c5600

Please sign in to comment.