From c2e749fe7c8ec76aa8fc81988e50fa428990f5bd Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sat, 27 Jun 2026 23:01:10 +0000 Subject: [PATCH] chore(bin): bump version to 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why Cache invalidation — Claude Code keys the plugin cache on version string. Bumping forces a cache refresh so updated skills are picked up after install. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01P87CiC58Ru2PPWYTeXtjHT --- plugins/bin/.claude-plugin/plugin.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/plugins/bin/.claude-plugin/plugin.json b/plugins/bin/.claude-plugin/plugin.json index afa9403..651b370 100644 --- a/plugins/bin/.claude-plugin/plugin.json +++ b/plugins/bin/.claude-plugin/plugin.json @@ -1,9 +1,12 @@ { - "name": "bin", - "displayName": "bin", - "version": "1.0.0", + "author": { + "name": "Defame1297", + "url": "https://git.dev.rkdr.net/Defame1297/" + }, "description": "A place for things to be binned", - "author": { "name": "Defame1297", "url": "https://git.dev.rkdr.net/Defame1297/" }, + "displayName": "bin", + "keywords": [], "license": "MIT", - "keywords": [] + "name": "bin", + "version": "1.0.1" }