diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-03-19 23:01:49 +0100 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-03-19 23:01:49 +0100 | 
| commit | 78a02af787a4011a60f2ec964da9130c737478d4 (patch) | |
| tree | 41e76492814e929c4cb817faacfb8e54c5a83b8a /client-web/source | |
| parent | 069b4d4051e7fdeb015ee2fd14aa28fea08c97f1 (diff) | |
| download | keks-meet-78a02af787a4011a60f2ec964da9130c737478d4.tar keks-meet-78a02af787a4011a60f2ec964da9130c737478d4.tar.bz2 keks-meet-78a02af787a4011a60f2ec964da9130c737478d4.tar.zst | |
bump versionsv1.0.3
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 d42671a..029ffc4 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.2" +export const VERSION = "1.0.3"  globalThis.onload = () => main()  export interface ClientConfig { | 
