From bb1efad7c7971caa653ff6ae62e8bb7e6868db54 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Sun, 22 Mar 2026 15:36:24 -0700 Subject: [PATCH] fix: bump plugin.json and marketplace.json to v1.9.0 Both files were stuck at v1.8.0, blocking upgrades via claudepluginhub. --- .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 ff8a7a21..397d788b 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -14,7 +14,7 @@ "name": "everything-claude-code", "source": "./", "description": "The most comprehensive Claude Code plugin — 14+ agents, 56+ skills, 33+ commands, and production-ready hooks for TDD, security scanning, code review, and continuous learning", - "version": "1.8.0", + "version": "1.9.0", "author": { "name": "Affaan Mustafa", "email": "me@affaanmustafa.com" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 5887978e..27caf617 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "everything-claude-code", - "version": "1.8.0", + "version": "1.9.0", "description": "Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use", "author": { "name": "Affaan Mustafa",