Skip to content

Commit 7635cf0

Browse files
committed
Update version to 0.6.0 in manifest.json and package.json
1 parent 8baeca0 commit 7635cf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.2",
33
"name": "microcms-mcp-server",
44
"display_name": "microCMS MCP Server",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"description": "microCMSのMCP Serverです。LLMから直接コンテンツの取得や入稿ができます。",
77
"icon": "assets/icon.png",
88
"author": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microcms-mcp-server",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "microCMS MCP Bundle - microCMSのコンテンツAPIやマネジメントAPIを利用し、LLMからコンテンツ管理ができるMCP Bundle",
55
"main": "dist/index.js",
66
"type": "module",
@@ -65,4 +65,4 @@
6565
"publishConfig": {
6666
"access": "public"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)