chore(bin): bump version to 1.0.1

## 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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01P87CiC58Ru2PPWYTeXtjHT
This commit is contained in:
2026-06-27 23:01:10 +00:00
parent a61a8d04a5
commit c2e749fe7c

View File

@@ -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"
}