diff --git a/doc/history.md b/doc/history.md index 359e1cae..a87b373c 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.59.2 + +* update `minecraft-data` + ## 3.59.1 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 14956363..c7bb79c1 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 149563638974d50b74d31e263f2d54c6b98c04e0 +Subproject commit c7bb79c174b24946d60ba0c7514c595c9e2cba67 diff --git a/package.json b/package.json index 84225306..549643f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.59.1", + "version": "3.59.2", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",