fix: correct plugin name and version in marketplace.json

marketplace.json had stale v3 rename artifacts: plugin name was
"last30days-3" (should be "last30days" to match plugin.json) and
version was "3.0.0-alpha" (should be "3.0.0" to match the stable
release).
This commit is contained in:
Trevin Chow
2026-04-09 22:05:25 -07:00
parent 65399eb4eb
commit 62584631bb
+2 -2
View File
@@ -8,9 +8,9 @@
},
"plugins": [
{
"name": "last30days-3",
"name": "last30days",
"description": "Research any topic across Reddit, X, YouTube, TikTok, Instagram, HN, Polymarket, GitHub, and 5+ more sources.",
"version": "3.0.0-alpha",
"version": "3.0.0",
"author": {
"name": "Matt Van Horn",
"url": "https://github.com/mvanhorn"