fix: integrate protocol sync into CI/CD and update documentation

This commit is contained in:
MacBook
2026-04-22 17:01:00 +02:00
parent 6a26731fa7
commit 1dae8539f5
5 changed files with 23 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
*/
export const PROTOCOL_VERSION = "1.0.0";
export const APP_VERSION = "1.0.0";
export const APP_VERSION = "1.0.3";
export const OFFICIAL_SERVER_URL = 'wss://sync.shik3i.net';
export const OFFICIAL_LANDING_PAGE_URL = 'https://koalasync.shik3i.net';