diff --git a/manifest.json b/manifest.json index 222ae80..321575f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "mcp-server", "name": "MCP Server", - "version": "1.1.2", + "version": "1.1.3", "minAppVersion": "0.15.0", "description": "Exposes vault operations via Model Context Protocol (MCP) over HTTP.", "author": "William Ballou", diff --git a/package.json b/package.json index ce1b2e9..965a313 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcp-server", - "version": "1.1.2", + "version": "1.1.3", "description": "MCP (Model Context Protocol) server plugin - exposes vault operations via HTTP", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f7fb089..8dc005c 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,7 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.1.0": "0.15.0", - "1.1.1": "0.15.0" + "1.1.1": "0.15.0", + "1.1.2": "0.15.0", + "1.1.3": "0.15.0" }