Bump to v1.3.0, add commit guidelines to CLAUDE.md

- Version bump to v1.3.0
- Added instruction to bump version and update README on every commit

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 22:02:47 -06:00
parent 1ec67b4033
commit 8ad86d1c6e
2 changed files with 4 additions and 2 deletions

View File

@@ -217,7 +217,7 @@
const emoteEl = document.getElementById("emote");
const messageEl = document.getElementById("message");
const POLL_INTERVAL = 2000;
const VERSION = "v1.2.0";
const VERSION = "v1.3.0";
// Sound system
let audioCtx = null;