chore(kyberforge): bump version to 1.0.1

## Why
Plugin cache is keyed by version string. Adding pc-author and pc-run
skills requires a version bump so claude plugin update resolves a new
cache directory and picks up the new skills.

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 22:44:03 +00:00
parent 71d0edeeda
commit f13e1c0bd2

View File

@@ -1,9 +1,12 @@
{ {
"name": "kyberforge", "author": {
"displayName": "Kyberforge", "name": "Defame1297",
"version": "1.0.0", "url": "https://git.dev.rkdr.net/Defame1297/"
},
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.", "description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
"author": { "name": "Defame1297", "url": "https://git.dev.rkdr.net/Defame1297/" }, "displayName": "Kyberforge",
"keywords": [],
"license": "MIT", "license": "MIT",
"keywords": [] "name": "kyberforge",
"version": "1.0.1"
} }