From 87640c65d5199d977c4fa7328a943544c3ed2a3c Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 20 Mar 2026 23:00:07 -0500 Subject: [PATCH] fix: bump save-doc version to 1.1.0 to invalidate plugin cache Cache was stuck at 1.0.0 and not picking up the 3 new commands added in b87017f (release-notes, session, troubleshooting). Co-Authored-By: Claude Opus 4.6 (1M context) --- plugins/save-doc/.claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/save-doc/.claude-plugin/plugin.json b/plugins/save-doc/.claude-plugin/plugin.json index ca654f7..042ed5c 100644 --- a/plugins/save-doc/.claude-plugin/plugin.json +++ b/plugins/save-doc/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "save-doc", "description": "Save documentation to the knowledge base. Writes properly-formatted docs with frontmatter to the claude-home KB for auto-indexing.", - "version": "1.0.0" + "version": "1.1.0" } -- 2.25.1