Bump version to v1.2.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 21:18:59 -06:00
parent cefbf21097
commit 942cdad5b8

View File

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