Skip to content

Commit

Permalink
🐳 chore: v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xytoki committed Mar 13, 2024
1 parent 4b93cff commit 31a66fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/Achievement/versionMap.ts
Expand Up @@ -1208,8 +1208,13 @@ const versionMap = {
80309: 4.4,
80312: 4.4,
80311: 4.4,

84152: 4.5,
84153: 4.5,
84154: 4.5,
} as Record<number, number>
export const versionDateMap = {
4.5: new Date('2024-03-13'),
4.4: new Date('2024-01-31'),
4.3: new Date('2023-12-20'),
4.2: new Date('2023-11-08'),
Expand Down

0 comments on commit 31a66fb

Please sign in to comment.