diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-27 20:08:18 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-27 20:08:18 +0100 |
commit | c8063785853e516280cd68e9d8e9ae79b2081989 (patch) | |
tree | abf27a18afaae287563fee440e57741a59af3714 /client-web/source/index.ts | |
parent | 91259369b2b87eb647e9743c874d7e58894149c1 (diff) | |
download | keks-meet-c8063785853e516280cd68e9d8e9ae79b2081989.tar keks-meet-c8063785853e516280cd68e9d8e9ae79b2081989.tar.bz2 keks-meet-c8063785853e516280cd68e9d8e9ae79b2081989.tar.zst |
cache room hashes, bump versionv1.0.1
Diffstat (limited to 'client-web/source/index.ts')
-rw-r--r-- | client-web/source/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |