diff --git a/doc/history.md b/doc/history.md index 8f1a05ca..6d8668d9 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.63.0 + +* update `minecraft-data` + ## 3.62.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 46b78398..92418dc5 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 46b78398b6f351958e02fbd266424f0ee0ab138b +Subproject commit 92418dc59ff5820b14aa8b47e1224b8ea1fcee76 diff --git a/package.json b/package.json index da2f1cda..89f9f1f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.62.0", + "version": "3.63.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",