diff --git a/doc/history.md b/doc/history.md index 53dfb6f7..866023f1 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.112.0 + +* update `minecraft-data` + ## 3.111.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index d4d34921..2157a992 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit d4d349218383bc0befcdd8bb0adac135234fe5d7 +Subproject commit 2157a992b9eaf07a292101f1823dfca725e6aea8 diff --git a/package.json b/package.json index 38c275de..65178416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.111.0", + "version": "3.112.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",