fix(plugin-author): bump version on every UPDATE flow mutation

## Why
The UPDATE flow only bumped version when the version field itself was the
target. Metadata changes (description, keywords, author) went out without a
version bump, making them invisible to consumers with a cached copy.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-28 15:27:05 +00:00
parent 5a6b2a4c8b
commit 66e2e6a04d
3 changed files with 8 additions and 3 deletions

View File

@@ -8,5 +8,5 @@
"keywords": [],
"license": "MIT",
"name": "kyberforge",
"version": "1.0.5"
"version": "1.0.6"
}