Bump version

main
peshomir 2025-07-22 13:19:57 +03:00
parent 77fea785f1
commit c26a11fba7
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
{ {
"version": "0.6.12", "version": "0.6.13",
"lastUpdated": "Jul 15", "lastUpdated": "Jul 22",
"changes": [ "changes": [
"Refactored the service worker code to (hopefully) fix a ton of relatively rare errors related to how the client's files 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." "Fix for game update 2.09.9",
"Fix to prevent the hovering tooltiip from causing perspective switching during replays (a new feature was added to the base game where, in replays, you can switch to a different player/bot by right clicking on them)"
] ]
} }