Fixed JSON syntax error in versions.json

This commit is contained in:
SebastianMC 2023-06-30 19:34:32 +02:00
parent 4cd512799c
commit 8e6ed50d9c
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@
"1.6.3": "0.15.0",
"1.7.0": "0.15.0",
"1.7.1": "0.15.0",
"1.7.2": "0.15.0"
"1.7.2": "0.15.0",
"1.8.0": "0.15.0"
}