From a27ea1079db5d3eeaed440837e71e186ed65fb09 Mon Sep 17 00:00:00 2001 From: Petr Vecera Date: Sun, 10 Mar 2024 21:12:54 +0100 Subject: [PATCH] Update to patch 1.5.2 (#393) * Update to patch 1.5.2 * Fix value in selector --- config.ts | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/config.ts b/config.ts index c4a36e09..c37761f3 100644 --- a/config.ts +++ b/config.ts @@ -42,7 +42,7 @@ const getEdgioEnvName = (): string | null => { }; // This controls the default patch selector in the stats page // this needs to be key statsPatchSelector object -const defaultStatsPatchSelector = "1.4.3"; +const defaultStatsPatchSelector = "1.5.2"; // This controls the patch selector in the stats page const statsPatchSelector: Record< @@ -55,12 +55,12 @@ const statsPatchSelector: Record< group: string; } > = { - "1.5.0": { + "1.5.2": { from: "2024-02-27", to: "now", - value: "1.5.0", - label: "1.5.0", - group: "Year 1 Aniversary", + value: "1.5.2", + label: "1.5.0 - 1.5.2", + group: "Year 1 Anniversary", }, "1.4.3": { from: "2023-12-12", @@ -138,11 +138,16 @@ const statsPatchSelector: Record< }; // Latest patch needs to be a key to patches object -const latestPatch = "1.5.0"; +const latestPatch = "1.5.2"; // Get patchTimeSeconds here https://www.unixtimestamp.com/ const patches: Record = { + "1.5.2": { + dataTag: "v1.5.2-1", // This is the tag of the data repo + dataTime: "3/March/2024", // The date when was the data tag created (the data extracted from game) + // patchTimeSeconds: 1709035200, we don't need this anymore + }, "1.5.0": { dataTag: "v1.5.0-1", // This is the tag of the data repo dataTime: "27/February/2024", // The date when was the data tag created (the data extracted from game)