diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a4a7e1a..c51e254 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ { "name": "understand-anything", "description": "Multi-agent codebase analysis with interactive dashboard, guided tours, and skill commands", - "version": "1.0.4", + "version": "1.0.5", "source": "./understand-anything-plugin" } ] diff --git a/understand-anything-plugin/package.json b/understand-anything-plugin/package.json index 3b632ae..2c4ad0d 100644 --- a/understand-anything-plugin/package.json +++ b/understand-anything-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@understand-anything/skill", - "version": "1.0.4", + "version": "1.0.5", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",