The version number lives in 5 locations. All must be updated together:
| File | Field |
|---|---|
.claude-plugin/plugin.json |
"version" |
.claude-plugin/marketplace.json |
"version" (2 entries — both plugins) |
SKILL.md |
frontmatter version |
references/html-template.md |
<meta name="generator" content="html-slides vX.Y.Z"> |
references/presentation-layer.md |
<meta name="generator" content="html-slides vX.Y.Z"> |
- Update all 4 locations to the new version
- Commit with message:
Bump to vX.Y.Z - Push to main
- Patch (0.6.x) — Theme additions, font/layout tweaks, doc updates
- Minor (0.x.0) — New components, mode changes, breaking workflow changes
- Major (x.0.0) — Complete redesign or architecture overhaul