diff --git a/client/client.js b/client/client.js index 1606ae0..2dc411d 100644 --- a/client/client.js +++ b/client/client.js @@ -6,7 +6,7 @@ * and will not actively be updated. * */ -const clientversion = 'lmc-1.0-dev'; +const clientversion = 'lmc-1.0-release'; //select "chatinput" on "/" document.addEventListener("keydown", e => { if (e.key === '/' && document.getElementById("chatinput") != document.activeElement) {