diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-29 19:07:52 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-29 19:07:52 +0100 |
commit | 19d21b7e7a96e679e6879529c3afd4a45bbd762b (patch) | |
tree | 90776834bd5afb1945ae7a9081264113e8822999 /client-web | |
parent | d786fedd66e1f24e51e68dc70092add2ef1bced2 (diff) | |
download | keks-meet-fea52cd5514423ca0012c85c5b90bada014e1737.tar keks-meet-fea52cd5514423ca0012c85c5b90bada014e1737.tar.bz2 keks-meet-fea52cd5514423ca0012c85c5b90bada014e1737.tar.zst |
update versions for 1.0.0v1.0.0
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 65b734c..796937a 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.3" +export const VERSION = "1.0.0" export interface ClientConfig { appearance?: { |