Skip to content

Commit b15bdaf

Browse files
committed
bump version to 0.5.4
1 parent 408385f commit b15bdaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-neovim-server",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "An MCP server for neovim",
55
"type": "module",
66
"bin": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { z } from "zod";
1212
const server = new McpServer(
1313
{
1414
name: "mcp-neovim-server",
15-
version: "0.5.3"
15+
version: "0.5.4"
1616
}
1717
);
1818

0 commit comments

Comments
 (0)