Skip to content

Commit

Permalink
chore: update versionPlugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Nov 11, 2024
1 parent f48eb9a commit b78e57e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/versionPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function versionPlugin() {
const changelog = path.join(pluginPath, "CHANGELOG.md");
const constantsFile = path.join(
pluginPath,
"includes/WPGraphQLContentBlocks.php"
"wp-graphql-content-blocks.php"
);

const version = await getNewVersion(pluginPath);
Expand Down
2 changes: 1 addition & 1 deletion wp-graphql-content-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function wpgraphql_content_blocks_constants(): void {
define( 'WPGRAPHQL_CONTENT_BLOCKS_PLUGIN_PATH', plugin_basename( WPGRAPHQL_CONTENT_BLOCKS_PLUGIN_FILE ) );
}
if ( ! defined( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION' ) ) {
define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.1.0' );
define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.2.0' );
}
}
}
Expand Down

0 comments on commit b78e57e

Please sign in to comment.