From 94df8f24a75814f6b78d5870b018b89cbbbe1ad8 Mon Sep 17 00:00:00 2001 From: Leo Le Bleis Date: Tue, 14 Jul 2026 09:04:28 +0100 Subject: [PATCH] fix(plugin): sync plugin.json version with marketplace.json (0.3.2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit plugin.json was never bumped past 0.1.0 while marketplace.json advanced to 0.3.1, so 'claude plugin update' compared installed 0.1.0 against manifest 0.1.0 and reported 'already at latest' — users stayed on the pre-#29 skill (no grind-leading titles, no profile-factory refocus, no palate loop). Both files now carry the same version; future skill bumps must touch both. --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9207b6a..2b35d55 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ "name": "brew", "source": "./", "description": "Claude Code skill for brewing coffee on a Fellow Aiden via the brew MCP server — pairs with the MCP server in this repo.", - "version": "0.3.1" + "version": "0.3.2" } ] } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 79593c5..cb097e7 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "brew", - "version": "0.1.0", + "version": "0.3.2", "description": "Claude Code skill for brewing coffee on a Fellow Aiden via the brew MCP server — pairs with the MCP server in this repo.", "author": { "name": "Leo Le Bleis"