aboutsummaryrefslogtreecommitdiff
path: root/client-web
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-29 19:07:52 +0100
committermetamuffin <metamuffin@disroot.org>2023-10-29 19:07:52 +0100
commit19d21b7e7a96e679e6879529c3afd4a45bbd762b (patch)
tree90776834bd5afb1945ae7a9081264113e8822999 /client-web
parentd786fedd66e1f24e51e68dc70092add2ef1bced2 (diff)
downloadkeks-meet-19d21b7e7a96e679e6879529c3afd4a45bbd762b.tar
keks-meet-19d21b7e7a96e679e6879529c3afd4a45bbd762b.tar.bz2
keks-meet-19d21b7e7a96e679e6879529c3afd4a45bbd762b.tar.zst
update versions for 1.0.0v1.0.0
Diffstat (limited to 'client-web')
-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 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?: {