From b9b48466c33623f6322ef290524c3319f39b7edc Mon Sep 17 00:00:00 2001 From: Lum1104 Date: Tue, 17 Mar 2026 11:10:14 +0800 Subject: [PATCH] chore: bump version to 1.0.5 Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 2 +- understand-anything-plugin/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",