From b100caf2dfd5f777c374f2a5798c87fcd12b60dd Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Fri, 24 Apr 2026 23:21:02 -0700 Subject: [PATCH] fix(plugin): restore marketplace plugin version `tests/test_plugin_contract.py::test_versions_match_across_manifests` enforces that every version-bearing surface agrees: pyproject.toml, SKILL.md, both plugin.json files, AND the marketplace plugin entry. The Claude Code spec says plugin.json wins when both are set, but this repo deliberately mirrors the version across all surfaces and tests it. Restore the field at 3.1.1 to satisfy the contract. --- .claude-plugin/marketplace.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 15ab93c..28272a2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,6 +11,7 @@ { "name": "last30days", "description": "Research any topic across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and 5+ more sources. AI agent scores by upvotes, likes, and real money - not editors.", + "version": "3.1.1", "author": { "name": "Matt Van Horn", "url": "https://github.com/mvanhorn"