Skip to content

Commit

Permalink
1.21.4 (#672)
Browse files Browse the repository at this point in the history
* 1.21.4

* point deps

* Update ci.yml

* Update package.json

* Update package.json

---------

Co-authored-by: Romain Beaumont <[email protected]>
  • Loading branch information
extremeheat and rom1504 authored Jan 8, 2025
1 parent a4bdf0a commit 3408d25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/default-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
},
"everybody-op": false,
"max-entities":100,
"version": "1.21.3"
"version": "1.21.4"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"exit-hook": "^2.2.1",
"flatmap": "^0.0.3",
"long": "^5.1.0",
"minecraft-protocol": "^1.50.0",
"minecraft-protocol": "^1.53.0",
"moment": "^2.10.6",
"needle": "^2.5.0",
"node-gzip": "^1.1.2",
Expand Down Expand Up @@ -66,7 +66,7 @@
"expect": "^29.1.2",
"flying-squid": "file:.",
"minecraft-wrap": "^1.2.3",
"mineflayer": "^4.24.0",
"mineflayer": "^4.25.0",
"mocha": "^11.0.1",
"standard": "^17.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const testedVersions = ['1.8.8', '1.9.4', '1.10.2', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.5', '1.17.1', '1.18', '1.18.2', '1.19', '1.19.2', '1.19.3', '1.19.4', '1.20', '1.20.2', '1.20.3', '1.20.5', '1.21.1', '1.21.3']
const testedVersions = ['1.8.8', '1.9.4', '1.10.2', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.5', '1.17.1', '1.18', '1.18.2', '1.19', '1.19.2', '1.19.3', '1.19.4', '1.20', '1.20.2', '1.20.3', '1.20.5', '1.21.1', '1.21.3', '1.21.4']
module.exports = {
testedVersions,
latestSupportedVersion: testedVersions[testedVersions.length - 1],
Expand Down

0 comments on commit 3408d25

Please sign in to comment.