diff --git a/doc/history.md b/doc/history.md index 319459b1..8f1a05ca 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.62.0 + +* update `minecraft-data` + ## 3.61.2 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 14133330..46b78398 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 14133330c450338dbdc2d2d0600799a5633384c0 +Subproject commit 46b78398b6f351958e02fbd266424f0ee0ab138b diff --git a/package.json b/package.json index 82abb542..da2f1cda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.61.2", + "version": "3.62.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",