diff options
author | metamuffin <metamuffin@disroot.org> | 2022-10-27 08:07:23 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-10-27 08:07:23 +0200 |
commit | b3be96474a7555a09f9737feabd21b5b92f9191f (patch) | |
tree | 46d36207ff3f9465c43839480ae882b5247f316e /client-web | |
parent | 25fca581c0fad99283709434cb9b8848ed603596 (diff) | |
download | keks-meet-b3be96474a7555a09f9737feabd21b5b92f9191f.tar keks-meet-b3be96474a7555a09f9737feabd21b5b92f9191f.tar.bz2 keks-meet-b3be96474a7555a09f9737feabd21b5b92f9191f.tar.zst |
bump version
Diffstat (limited to 'client-web')
-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 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 = { |