diff --git a/manifest.json b/manifest.json index ae7f3ff..e9b3c9c 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "authorUrl": "https://github.com/aaronsb", "fundingUrl": "https://github.com/sponsors/aaronsb", "isDesktopOnly": true, - "version": "0.11.35" + "version": "0.11.36" } diff --git a/mcpb/manifest.json b/mcpb/manifest.json index a2067d7..4ac829a 100644 --- a/mcpb/manifest.json +++ b/mcpb/manifest.json @@ -2,7 +2,7 @@ "manifest_version": "0.3", "name": "obsidian-mcp", "display_name": "Obsidian MCP", - "version": "0.11.35", + "version": "0.11.36", "description": "Connect Claude Desktop to your Obsidian vault via the Obsidian MCP plugin.", "long_description": "Bridges Claude Desktop to the HTTP MCP server exposed by the Obsidian MCP plugin running inside Obsidian. Open Obsidian first, enable the MCP plugin in Settings, copy the URL and API key from the plugin's Settings tab, then paste them into the install prompt below.", "author": { diff --git a/package-lock.json b/package-lock.json index 65dc3a6..365bd10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mcp-plugin", - "version": "0.11.35", + "version": "0.11.36", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-mcp-plugin", - "version": "0.11.35", + "version": "0.11.36", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", diff --git a/package.json b/package.json index bd55d99..78e1eb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mcp-plugin", - "version": "0.11.35", + "version": "0.11.36", "description": "Give Claude Desktop and other AI assistants semantic access to your notes through a built-in Model Context Protocol (MCP) server.", "main": "main.js", "scripts": { diff --git a/src/version.ts b/src/version.ts index 9c15a9f..a214b94 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,4 +1,4 @@ // Version is injected at build time by sync-version.mjs export function getVersion(): string { - return '0.11.35'; + return '0.11.36'; } diff --git a/versions.json b/versions.json index cf021a8..3e8275e 100644 --- a/versions.json +++ b/versions.json @@ -24,5 +24,6 @@ "0.11.32": "1.6.6", "0.11.33": "1.6.6", "0.11.34": "1.6.6", - "0.11.35": "1.6.6" + "0.11.35": "1.6.6", + "0.11.36": "1.6.6" }