Skip to content

Commit

Permalink
Fix api version in api.json of the api files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriichan committed Jul 7, 2022
1 parent 6f9f1c3 commit 2c787ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion legacy-1_17-compat/src/main/resources/api.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api": 3,
"api": 4,
"version": "${project.version}",
"minecraft": [
"1.17"
Expand Down
2 changes: 1 addition & 1 deletion legacy-1_17_1-compat/src/main/resources/api.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api": 3,
"api": 4,
"version": "${project.version}",
"minecraft": [
"1.17.1"
Expand Down
2 changes: 1 addition & 1 deletion legacy-pre1_17-compat/src/main/resources/api.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api": 3,
"api": 4,
"version": "${project.version}",
"minecraft": [
"1.13",
Expand Down

0 comments on commit 2c787ac

Please sign in to comment.