From 315aa5ff68a54931610f033d8a83918b8561d105 Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Tue, 15 Jul 2025 23:14:03 +0300 Subject: [PATCH] Bump version --- version.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index fc25d34..8c053ff 100644 --- a/version.json +++ b/version.json @@ -1,8 +1,7 @@ { - "version": "0.6.11", - "lastUpdated": "Jul 14", + "version": "0.6.12", + "lastUpdated": "Jul 15", "changes": [ - "Fix for game update 2.09.0", - "Error reporting improvements" + "Refactored the service worker code to (hopefully) fix a ton of relatively rare errors related to how the client's are loaded (for example, code from earlier versions would sometimes be loaded along with code from newer versions, causing all kinds of issues). FX Client should be much more stable after this change." ] } \ No newline at end of file