aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/index.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-07 19:17:49 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-07 19:17:49 +0200
commit2d0761b8932f11b01e241e2db3a8f08250efe878 (patch)
tree29814137e2960286d36f3ae4f7c20299eb6d22b0 /client-web/source/index.ts
parent6f644481f397af070e2b91b69846e375caafdbda (diff)
downloadkeks-meet-2d0761b8932f11b01e241e2db3a8f08250efe878.tar
keks-meet-2d0761b8932f11b01e241e2db3a8f08250efe878.tar.bz2
keks-meet-2d0761b8932f11b01e241e2db3a8f08250efe878.tar.zst
new protocol
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 8ae7e8f..639f0c9 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.1.14"
+export const VERSION = "0.2.0"
export interface ClientConfig {
appearance?: {