From 942cdad5b834caf65d1463892a90813e804f7930 Mon Sep 17 00:00:00 2001 From: Spencer Grimes Date: Tue, 3 Feb 2026 21:18:59 -0600 Subject: [PATCH] Bump version to v1.2.0 Co-Authored-By: Claude Opus 4.5 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 10dbec7..a21f851 100644 --- a/index.html +++ b/index.html @@ -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;