From 47f5de3f4734ed3cfd7f71f566a86b76317c1ee7 Mon Sep 17 00:00:00 2001 From: Petr Vecera Date: Wed, 1 May 2024 19:59:52 +0200 Subject: [PATCH] Update to 1.6.5 (#440) --- config.ts | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/config.ts b/config.ts index 014811ec..2556030f 100644 --- a/config.ts +++ b/config.ts @@ -55,9 +55,16 @@ const statsPatchSelector: Record< group: string; } > = { + "1.6.5": { + from: "2024-05-02", + to: "now", + value: "1.6.5", + label: "1.6.5", + group: "Coral Viper", + }, "1.6.1": { from: "2024-04-11", - to: "now", + to: "2024-05-01", value: "1.6.1", label: "1.6.1", group: "Coral Viper", @@ -152,11 +159,15 @@ const statsPatchSelector: Record< }; // Latest patch needs to be a key to patches object -const latestPatch = "1.6.1"; +const latestPatch = "1.6.5"; // Get patchTimeSeconds here https://www.unixtimestamp.com/ const patches: Record = { + "1.6.5": { + dataTag: "v1.6.5-1", // This is the tag of the data repo + dataTime: "01/May/2024", // The date when was the data tag created (the data extracted from game) + }, "1.6.1": { dataTag: "v1.6.1-2", // This is the tag of the data repo dataTime: "01/April/2024", // The date when was the data tag created (the data extracted from game)