diff options
author | metamuffin <metamuffin@disroot.org> | 2024-03-17 17:06:56 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-03-17 17:06:56 +0100 |
commit | f08f22da5c62c9e83d6d1257d0e23135866835b5 (patch) | |
tree | cfc110236f00bc85b49a3c7628f8b7b6387921e1 /client-web/source | |
parent | 1d5bf3b416697bafe9e035bf42ad095f9896bb02 (diff) | |
download | keks-meet-f08f22da5c62c9e83d6d1257d0e23135866835b5.tar keks-meet-f08f22da5c62c9e83d6d1257d0e23135866835b5.tar.bz2 keks-meet-f08f22da5c62c9e83d6d1257d0e23135866835b5.tar.zst |
bump versions
Diffstat (limited to 'client-web/source')
-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 0ae9d66..d42671a 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.1" +export const VERSION = "1.0.2" globalThis.onload = () => main() export interface ClientConfig { |