From e28eedd42b9d289238d87b0858a6cfa879fc772e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 29 Oct 2023 16:52:30 +0100 Subject: use pbkdf2 for room hash roo --- client-web/source/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-web/source/index.ts') diff --git a/client-web/source/index.ts b/client-web/source/index.ts index 594fabb..65b734c 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.2" +export const VERSION = "0.2.3" export interface ClientConfig { appearance?: { -- cgit v1.2.3-70-g09d2