mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-18 05:40:31 +00:00
[+] Updated fully supported versions
This commit is contained in:
parent
43f23f43d2
commit
2981c76929
@ -11,42 +11,38 @@ const versions = {
|
|||||||
"1.14.4",
|
"1.14.4",
|
||||||
"1.13.2",
|
"1.13.2",
|
||||||
"1.16.1",
|
"1.16.1",
|
||||||
"1.13.1",
|
|
||||||
"1.21.1",
|
|
||||||
"1.15.2",
|
|
||||||
"1.12.2",
|
|
||||||
"1.13",
|
|
||||||
"1.16.4",
|
|
||||||
"1.14.2",
|
|
||||||
"1.20.4",
|
|
||||||
"1.21",
|
|
||||||
"1.9.4",
|
|
||||||
"1.14.3",
|
|
||||||
"1.20.2",
|
|
||||||
"1.11.2",
|
|
||||||
"1.19",
|
|
||||||
"1.18",
|
|
||||||
"1.19.4",
|
|
||||||
"1.15.1",
|
|
||||||
"1.16.3",
|
|
||||||
"1.18.1",
|
|
||||||
"1.16.5",
|
|
||||||
"1.19.3",
|
|
||||||
"1.18.2",
|
"1.18.2",
|
||||||
"1.20.1",
|
"1.19",
|
||||||
"1.17.1",
|
"1.20.4",
|
||||||
"1.12",
|
"1.19.3",
|
||||||
"1.20.6",
|
"1.19.4",
|
||||||
"1.14",
|
|
||||||
"1.15",
|
|
||||||
"1.8.8",
|
|
||||||
"1.19.2",
|
"1.19.2",
|
||||||
|
"1.20.1",
|
||||||
|
"1.21.1",
|
||||||
|
"1.20.5",
|
||||||
|
"1.20.6",
|
||||||
|
"1.21",
|
||||||
|
"1.20.2",
|
||||||
"1.20",
|
"1.20",
|
||||||
|
"1.9.4",
|
||||||
"1.10.2",
|
"1.10.2",
|
||||||
"1.17",
|
"1.11.2",
|
||||||
"1.19.1",
|
"1.12.2",
|
||||||
|
"1.13.1",
|
||||||
|
"1.13.2",
|
||||||
"1.14.1",
|
"1.14.1",
|
||||||
"1.20.5"
|
"1.14.2",
|
||||||
|
"1.14.3",
|
||||||
|
"1.14.4",
|
||||||
|
"1.15.1",
|
||||||
|
"1.15.2",
|
||||||
|
"1.16.1",
|
||||||
|
"1.16.2",
|
||||||
|
"1.16.3",
|
||||||
|
"1.16.4",
|
||||||
|
"1.16.5",
|
||||||
|
"1.17.1",
|
||||||
|
"1.18.1"
|
||||||
].sort((a, b) => b.localeCompare(a, undefined, { numeric: true }))
|
].sort((a, b) => b.localeCompare(a, undefined, { numeric: true }))
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user