From e578585e8912a638c1f89f79059821acf54b43ec Mon Sep 17 00:00:00 2001 From: Bill Date: Sat, 20 Dec 2025 14:35:03 -0500 Subject: [PATCH] chore: bump version to 1.1.4 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 321575f..4427ba1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "mcp-server", "name": "MCP Server", - "version": "1.1.3", + "version": "1.1.4", "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 965a313..dd63beb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcp-server", - "version": "1.1.3", + "version": "1.1.4", "description": "MCP (Model Context Protocol) server plugin - exposes vault operations via HTTP", "main": "main.js", "scripts": {