Skip to content

Commit

Permalink
v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksteamdev committed Jan 3, 2025
1 parent f342a80 commit 134097b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-mcp-tools",
"version": "0.2.9",
"version": "0.2.10",
"private": true,
"description": "A collection of Model Context Protocol (MCP) tools for Obsidian.md",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/obsidian-plugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-mcp-tools",
"name": "MCP Tools",
"version": "0.2.9",
"version": "0.2.10",
"minAppVersion": "0.15.0",
"description": "Chat with your notes in Claude Desktop and other MCP Clients. Requires obsidian-local-rest-api and smart-connections plugins.",
"author": "Jack Steam",
Expand Down
3 changes: 2 additions & 1 deletion packages/obsidian-plugin/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"0.2.6": "0.15.0",
"0.2.7": "0.15.0",
"0.2.8": "0.15.0",
"0.2.9": "0.15.0"
"0.2.9": "0.15.0",
"0.2.10": "0.15.0"
}

0 comments on commit 134097b

Please sign in to comment.