diff --git a/doc/history.md b/doc/history.md index 32032b96..319459b1 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.61.2 + +* update `minecraft-data` + ## 3.61.1 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 918a97b5..14133330 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 918a97b5a31094f7121907dcf939c3e0ee9b6959 +Subproject commit 14133330c450338dbdc2d2d0600799a5633384c0 diff --git a/package.json b/package.json index 862c283a..82abb542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.61.1", + "version": "3.61.2", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",