From 321330ac3f3404891223f71281187a2b82a94e17 Mon Sep 17 00:00:00 2001 From: pablo-mano Date: Fri, 27 Feb 2026 22:50:49 +0100 Subject: [PATCH] Bump version to 1.0.2 Co-Authored-By: Claude Sonnet 4.6 --- .claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 8d00663..7b5e488 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "obsidian-cli", "description": "Interact with Obsidian vaults using the official Obsidian CLI (v1.12+). Read, create, append, search, and manage notes, daily notes, properties, tags, tasks, bookmarks, templates, themes, sync, plugins, and links — all from the terminal.", - "version": "1.0.1", + "version": "1.0.2", "author": { "name": "pablo-mano" },