From 75a2fe843bd8165e2a753a2790feb09c0397f8df Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Sun, 30 Nov 2025 21:33:16 -0800 Subject: [PATCH] chore: update Claude plugin versions to 0.27.2 --- .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 bba75af0..2311dea4 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ "name": "beads", "source": "./", "description": "AI-supervised issue tracker for coding workflows", - "version": "0.27.0" + "version": "0.27.2" } ] } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 7821c118..69530027 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "beads", "description": "AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.", - "version": "0.27.0", + "version": "0.27.2", "author": { "name": "Steve Yegge", "url": "https://github.com/steveyegge"