Skip to content

Commit 76daf8d

Browse files
Merge pull request #3 from Automattic/tools-management
Update version to 0.1.7 in package.json, package-lock.json, and wordp…
2 parents c9caef1 + 311fd58 commit 76daf8d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpress-mcp",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Wordpress MCP Settings",
55
"main": "src/index.js",
66
"private": true,

wordpress-mcp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin name: WordPress MCP
44
* Description: A plugin to manage content on a WordPress site.
5-
* Version: 1.0.5
5+
* Version: 0.1.7
66
* Author: Ovidiu Galatan <[email protected]>
77
* Author URI: https://automattic.com
88
* Text Domain: wordpress-mcp
@@ -18,7 +18,7 @@
1818
use Automattic\WordpressMcp\Core\McpProxyRoutes;
1919
use Automattic\WordpressMcp\Admin\Settings;
2020

21-
define( 'WORDPRESS_MCP_VERSION', '0.1.6' );
21+
define( 'WORDPRESS_MCP_VERSION', '0.1.7' );
2222
define( 'WORDPRESS_MCP_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'WORDPRESS_MCP_URL', plugin_dir_url( __FILE__ ) );
2424

0 commit comments

Comments
 (0)