Skip to content

Commit

Permalink
feat: add 1.20 and 1.21 as allowed versions to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
amplitudesxd committed Jun 23, 2024
1 parent f7a4c18 commit 861d0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "array",
"items": {
"type": "string",
"enum": ["1.7", "1.8", "1.12", "1.19"]
"enum": ["1.7", "1.8", "1.12", "1.19", "1.20", "1.21"]
}
},
"primaryColour": {
Expand Down

0 comments on commit 861d0e3

Please sign in to comment.