version bump

This commit is contained in:
Jack 2021-04-06 20:19:11 +01:00
parent ecc6aadbe0
commit 0963a46917

View file

@ -31,7 +31,7 @@ export let reconnectionAttempts = 0;
export let maxReconnectionAttempts = 1;
export let activePage = "preloader";
export let pageTransition = false;
export let expectedVersion = "0.9.3";
export let expectedVersion = "0.9.4";
export let room = undefined;
let name = undefined;