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;