chore: bump version to 1.1.4

This commit is contained in:
2025-12-20 14:35:03 -05:00
parent f9910fb59f
commit e578585e89
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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": {