aboutsummaryrefslogtreecommitdiff
path: root/client-web/source
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-12-22 08:35:30 +0100
committermetamuffin <metamuffin@disroot.org>2022-12-22 08:35:30 +0100
commit7dc0c3ec6f982377f6c2e2e87c983c5d4b5870c6 (patch)
tree7739d2f3f3e653e778d0e155d51118eb14d0b2aa /client-web/source
parent8a774d3a27d7c5d177f922821b8111570871f89a (diff)
downloadkeks-meet-7dc0c3ec6f982377f6c2e2e87c983c5d4b5870c6.tar
keks-meet-7dc0c3ec6f982377f6c2e2e87c983c5d4b5870c6.tar.bz2
keks-meet-7dc0c3ec6f982377f6c2e2e87c983c5d4b5870c6.tar.zst
bump version, update readme
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 327af4c..d2bd276 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.10"
+export const VERSION = "0.1.12"
export const ROOM_CONTAINER = ediv({ class: "room" })
export const RTC_CONFIG: RTCConfiguration = {