From 2349a2b13d992476a9a273d08bdaefe8bd3d9c65 Mon Sep 17 00:00:00 2001 From: Aaron Bockelie Date: Sun, 5 Jul 2026 13:15:57 -0500 Subject: [PATCH] chore: Bump version to 0.11.40 --- manifest.json | 2 +- mcpb/manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- versions.json | 3 ++- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 054879a..f266ba6 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.39" + "version": "0.11.40" } diff --git a/mcpb/manifest.json b/mcpb/manifest.json index d224949..82e7335 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.39", + "version": "0.11.40", "description": "Read, write, search, and traverse your Obsidian vault from Claude Desktop — bridges to the MCP server built into the Obsidian 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 598a8fd..3080cc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mcp-plugin", - "version": "0.11.39", + "version": "0.11.40", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-mcp-plugin", - "version": "0.11.39", + "version": "0.11.40", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", diff --git a/package.json b/package.json index 1c5f9d0..413ac52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mcp-plugin", - "version": "0.11.39", + "version": "0.11.40", "description": "Read, write, search, and traverse your vault from Claude Desktop and any AI assistant — via a built-in MCP server, no external server to run.", "main": "main.js", "scripts": { diff --git a/src/version.ts b/src/version.ts index ee57064..2fdb481 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.39'; + return '0.11.40'; } diff --git a/versions.json b/versions.json index 725022d..3b85272 100644 --- a/versions.json +++ b/versions.json @@ -28,5 +28,6 @@ "0.11.36": "1.6.6", "0.11.37": "1.6.6", "0.11.38": "1.6.6", - "0.11.39": "1.6.6" + "0.11.39": "1.6.6", + "0.11.40": "1.6.6" }