From 0727433e5d8b86c961a0e02700135e3bef4a0c86 Mon Sep 17 00:00:00 2001 From: neztach <36271369+neztach@users.noreply.github.com> Date: Tue, 7 Apr 2026 21:25:19 -0500 Subject: [PATCH] Sync qa-sec marketplace version with plugin manifest Update the voltagent-qa-sec entry in .claude-plugin/marketplace.json to match the Quality & Security category plugin version. This resolves the validate-plugin-versions check by aligning: - categories/04-quality-security/.claude-plugin/plugin.json - .claude-plugin/marketplace.json Both are now set to 1.1.0. --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d3e00d81..71545c09 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -37,7 +37,7 @@ "name": "voltagent-qa-sec", "source": "./categories/04-quality-security", "description": "Testing, security, and code quality experts - code review, penetration testing, QA automation", - "version": "1.0.2", + "version": "1.1.0", "category": "quality", "keywords": ["testing", "security", "code-review", "qa", "penetration-testing", "compliance"] },