aboutsummaryrefslogtreecommitdiff
path: root/client-web/source
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-10-27 08:07:23 +0200
committermetamuffin <metamuffin@disroot.org>2022-10-27 08:07:23 +0200
commitb3be96474a7555a09f9737feabd21b5b92f9191f (patch)
tree46d36207ff3f9465c43839480ae882b5247f316e /client-web/source
parent25fca581c0fad99283709434cb9b8848ed603596 (diff)
downloadkeks-meet-b3be96474a7555a09f9737feabd21b5b92f9191f.tar
keks-meet-b3be96474a7555a09f9737feabd21b5b92f9191f.tar.bz2
keks-meet-b3be96474a7555a09f9737feabd21b5b92f9191f.tar.zst
bump version
Diffstat (limited to 'client-web/source')
-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 277bf00..327af4c 100644
--- a/client-web/source/index.ts
+++ b/client-web/source/index.ts
@@ -14,7 +14,7 @@ import { load_params, PREFS } from "./preferences/mod.ts";
import { SignalingConnection } from "./protocol/mod.ts";
import { Room } from "./room.ts"
-export const VERSION = "0.1.9"
+export const VERSION = "0.1.10"
export const ROOM_CONTAINER = ediv({ class: "room" })
export const RTC_CONFIG: RTCConfiguration = {