diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9397ad4..b23857d 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.1.0", + "version": "1.1.1", "source": "./understand-anything-plugin" } ] diff --git a/understand-anything-plugin/package.json b/understand-anything-plugin/package.json index 6ad5a28..4504866 100644 --- a/understand-anything-plugin/package.json +++ b/understand-anything-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@understand-anything/skill", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",