From arc-probe
Bumps semantic version across three Claude plugin config files: plugin.json, marketplace.json, and arc-probe/plugin.json. Ensures version consistency before releases without committing.
npx claudepluginhub vzco/arc-probe --plugin arc-probeThis skill uses the workspace's default tool permissions.
Update the version string in all config files that reference it.
Bumps versions in sync across package.json, .claude-plugin/plugin.json, and .sd0x/install-state.json using explicit version or semver increments (major/minor/patch). Reports changes in a table.
Automates semver bumps for Claude Code plugins: updates plugin.json and marketplace.extended.json, regenerates marketplace.json, verifies consistency, preps git tags.
Automates semantic versioning and release workflow for Claude Code plugins: updates package.json and manifests, npm publishes for npx resolution, verifies builds, git tags, creates GitHub releases, generates changelog.
Share bugs, ideas, or general feedback.
Update the version string in all config files that reference it.
new_version (required): New semantic version (e.g., 0.2.0)plugin/.claude-plugin/plugin.json — "version": "<new_version>"public-repo/.claude-plugin/marketplace.json — plugin entry versionpublic-repo/plugins/arc-probe/.claude-plugin/plugin.json — "version": "<new_version>"grep -r '"version"' plugin/.claude-plugin/plugin.json public-repo/.claude-plugin/marketplace.json public-repo/plugins/arc-probe/.claude-plugin/plugin.json
All three should show "version": "<new_version>".