Skip to content

Commit

Permalink
feat: update website versions
Browse files Browse the repository at this point in the history
  • Loading branch information
qixils committed Nov 22, 2023
1 parent a600d02 commit 3e663d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const paperVersions: string[] = ["1.20.2", "1.20.1", "1.19.4"];
export const paperLatest = paperVersions[0];
export const supportedFabricVersions: string[] = ["1.20.2"];
export const fabricVersions: string[] = ["1.20.2", "1.20.1", "1.19.4", "1.19.2"];
export const supportedFabricVersions: string[] = ["1.20.3"];
export const fabricVersions: string[] = ["1.20.3", "1.20.2", "1.20.1", "1.19.4", "1.19.2"];
export const fabricLatest = fabricVersions[0];
export const spongeVersions: Map<string, number> = new Map([["1.16.5", 8], ["1.12.2", 7]]);
export const spongeVersionsArray: string[] = Array.from(spongeVersions.keys());
Expand Down

0 comments on commit 3e663d2

Please sign in to comment.