From 37dd230b851fc5f51dbb71408dd5b48481cd1758 Mon Sep 17 00:00:00 2001 From: Aaron Bockelie Date: Mon, 25 May 2026 14:58:16 -0500 Subject: [PATCH] chore: Bump version to 0.11.31 --- 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 fc2094d..7e59012 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.30" + "version": "0.11.31" } diff --git a/mcpb/manifest.json b/mcpb/manifest.json index 7fd4068..f67947d 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.30", + "version": "0.11.31", "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 35dff36..d8873d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mcp-plugin", - "version": "0.11.30", + "version": "0.11.31", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-mcp-plugin", - "version": "0.11.30", + "version": "0.11.31", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", diff --git a/package.json b/package.json index eb8c2ff..afe2950 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mcp-plugin", - "version": "0.11.30", + "version": "0.11.31", "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 0cb5ee2..c1bb232 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.30'; + return '0.11.31'; } diff --git a/versions.json b/versions.json index 96bec3d..59d262e 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "0.11.27": "1.6.6", "0.11.28": "1.6.6", "0.11.29": "1.6.6", - "0.11.30": "1.6.6" + "0.11.30": "1.6.6", + "0.11.31": "1.6.6" }