From c8063785853e516280cd68e9d8e9ae79b2081989 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 27 Jan 2024 20:08:18 +0100 Subject: cache room hashes, bump version --- client-web/source/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-web/source/index.ts') diff --git a/client-web/source/index.ts b/client-web/source/index.ts index 8bc7edc..b085cb8 100644 --- a/client-web/source/index.ts +++ b/client-web/source/index.ts @@ -15,7 +15,7 @@ import { Room } from "./room.ts" import { control_bar, info_br } from "./menu.ts"; import { Chat } from "./chat.ts" -export const VERSION = "1.0.0" +export const VERSION = "1.0.1" window.onload = () => main() export interface ClientConfig { -- cgit v1.2.3-70-g09d2