From 8caed6915143ea459a6442beaf2384076c5de20b Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 28 Oct 2025 23:39:43 -0400 Subject: [PATCH] chore: match version to tag for deployment test (1.0.1-alpha.1) --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 4001fb0..abfe300 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "mcp-server", "name": "MCP Server", - "version": "1.0.1", + "version": "1.0.1-alpha.1", "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 0516ffb..3f0ead0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcp-server", - "version": "1.0.1", + "version": "1.0.1-alpha.1", "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 189c17e..c275dee 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,4 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" + "1.0.1-alpha.1": "0.15.0" }