From 5699d0777a3b1068d57902e626d3c6e63b27fc4c Mon Sep 17 00:00:00 2001 From: Jack Steam Date: Wed, 8 Jan 2025 14:52:23 -0600 Subject: [PATCH] 0.2.19 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 259d88f..ea16565 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "mcp-tools", "name": "MCP Tools", - "version": "0.2.18", + "version": "0.2.19", "minAppVersion": "0.15.0", "description": "Securely connect Claude Desktop to your vault with semantic search, templates, and file management capabilities.", "author": "Jack Steam", diff --git a/package.json b/package.json index 8d17da9..63a0bae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mcp-tools", - "version": "0.2.18", + "version": "0.2.19", "private": true, "description": "Securely connect Claude Desktop to your vault with semantic search, templates, and file management capabilities.", "workspaces": [ diff --git a/versions.json b/versions.json index 8780407..e24f708 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "0.2.15": "0.15.0", "0.2.16": "0.15.0", "0.2.17": "0.15.0", - "0.2.18": "0.15.0" + "0.2.18": "0.15.0", + "0.2.19": "0.15.0" }