diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-08 16:49:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-08 16:49:04 +0200 |
commit | 7497adaf1430daceac616c80c6271eb9f9dfd561 (patch) | |
tree | 90ba876c1219cb92d6c6942aca6c3bc14efbb167 /client-web/source/index.ts | |
parent | 27537295e6dc260632e68c38cc2df54649c1036c (diff) | |
download | keks-meet-7497adaf1430daceac616c80c6271eb9f9dfd561.tar keks-meet-7497adaf1430daceac616c80c6271eb9f9dfd561.tar.bz2 keks-meet-7497adaf1430daceac616c80c6271eb9f9dfd561.tar.zst |
bump version + rename log scope
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 20ff76d..594fabb 100644 --- a/client-web/source/index.ts +++ b/client-web/source/index.ts @@ -14,7 +14,7 @@ import { SignalingConnection } from "./protocol/mod.ts"; import { Room } from "./room.ts" import { control_bar, info_br } from "./menu.ts"; -export const VERSION = "0.2.1" +export const VERSION = "0.2.2" export interface ClientConfig { appearance?: { |