Skip to content

Commit

Permalink
Update data tag to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Nov 1, 2023
1 parent 7c57547 commit 1d5c75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const latestPatch = "1.3.1";
const patches: Record<string, { dataTag: string; dataTime: string; patchTimeSeconds?: number }> =
{
"1.3.1": {
dataTag: "v1.3.1-1", // This is the tag of the data repo
dataTag: "v1.3.1-2", // This is the tag of the data repo
dataTime: "31/October/2023", // The date when was the data tag created (the data extracted from game)
patchTimeSeconds: 1698771600, // The date when the patch was released (in seconds)
},
Expand Down

0 comments on commit 1d5c75b

Please sign in to comment.