From dbbf7c38a6982989289579a569777143ee90565b Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Mon, 22 Dec 2025 00:44:41 +0200 Subject: [PATCH] chore: Bump version to 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Triggers plugin update to get hooks.json fix. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .claude-plugin/marketplace.json | 2 +- plugin/.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 fd5d485..b8eb340 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ "name": "ab", "source": "./plugin", "description": "Spec-driven build orchestration with git worktree isolation and session memory", - "version": "1.0.0", + "version": "1.0.1", "keywords": ["build", "spec", "automation", "worktree", "qa"] } ] diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index e67041d..608bd2e 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ab", "description": "Auto-Build: Spec-driven build orchestration with worktree isolation and session memory", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "ROA2WEB Team" }