Skip to content

Commit d1d0974

Browse files
committed
Bump version to 1.4.1
1 parent 21b4490 commit d1d0974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function parseConfig(req: Request) {
8585
function createServer({ config }: { config: z.infer<typeof ConfigSchema> }) {
8686
const server = new McpServer({
8787
name: "hackmd-mcp",
88-
version: "1.4.0",
88+
version: "1.4.1",
8989
});
9090

9191
// Initialize HackMD API client with config

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"module": "index.ts",
44
"type": "module",
55
"license": "MIT",
6-
"version": "1.4.0",
6+
"version": "1.4.1",
77
"author": "yuna0x0 <yuna@yuna0x0.com>",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)