From 3cb48d800afe863d1b5b0b6726c067ea51fba2b1 Mon Sep 17 00:00:00 2001 From: moyu12-ae Date: Mon, 1 Jun 2026 18:14:11 +0800 Subject: [PATCH] fix: sync plugin manifest version to v0.3.0 Update .claude-plugin/marketplace.json version fields to match the latest git tag (v0.3.0). Plugin skill files are loaded from `source: ./` so they already run v0.3.0 code -- only the manifest metadata was stale. Co-Authored-By: Claude Opus 4.7 --- .claude-plugin/marketplace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 68858b48d..0cca700be 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Skills for navigating an OpenKB-compiled knowledge base from agent CLIs (Claude Code, Codex, Gemini CLI).", - "version": "0.1.4" + "version": "0.3.0" }, "plugins": [ { @@ -14,7 +14,7 @@ "description": "Navigate an OpenKB-compiled wiki: discover documents and concepts via openkb CLI commands, read concept and summary pages directly, and follow wikilinks across the knowledge graph.", "source": "./", "strict": false, - "version": "0.1.4", + "version": "0.3.0", "author": { "name": "Ray", "email": "ray@vectify.ai"