From 8134bb95cab8f95f8c7e8b1475da75b00085d51b Mon Sep 17 00:00:00 2001 From: Lum1104 Date: Sat, 21 Mar 2026 23:08:56 +0800 Subject: [PATCH] chore: bump version to 1.1.1 Co-Authored-By: Claude Opus 4.6 --- .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 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",