chore: bump version to 1.1.3

This commit is contained in:
2025-12-16 14:22:02 -05:00
parent d7c049e978
commit 60cd6bfaec
3 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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