From 2a74768ad8e792cdcb41ed7035a86d95ca106153 Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Fri, 22 Aug 2025 13:15:45 +0300 Subject: [PATCH] Bump version and update changelog --- version.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/version.json b/version.json index 93122a9..1da10b3 100644 --- a/version.json +++ b/version.json @@ -1,8 +1,9 @@ { - "version": "0.6.14", - "lastUpdated": "Aug 10", + "version": "0.6.15", + "lastUpdated": "Aug 22", "changes": [ - "Fix for game update v2.10.4", - "Fix error when opening donation history on older browsers" + "Fix for game update v2.10.9", + "Fixed the message in the FX Client update notification popup being inaccurate - just reloading the page normally no longer works, you have to instead press the \"Update\" (previously \"Reload\") button on the popup for the update to be applied.", + "Fixed win counter counting wins in replays" ] -} \ No newline at end of file +}