aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/index.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-08 16:49:04 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-08 16:49:04 +0200
commit7497adaf1430daceac616c80c6271eb9f9dfd561 (patch)
tree90ba876c1219cb92d6c6942aca6c3bc14efbb167 /client-web/source/index.ts
parent27537295e6dc260632e68c38cc2df54649c1036c (diff)
downloadkeks-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.ts2
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?: {