fix: restore CONNECT handler else branch, sync APP_VERSION, clean dead return-true

This commit is contained in:
Timo
2026-04-23 20:09:30 +02:00
parent abe876e04e
commit 0d08711398
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
*/
export const PROTOCOL_VERSION = "1.0.0";
export const APP_VERSION = "1.0.3";
export const APP_VERSION = "1.1.1";
export const OFFICIAL_SERVER_URL = 'wss://sync.shik3i.net';
export const OFFICIAL_LANDING_PAGE_URL = 'https://koalasync.shik3i.net';