diff --git a/doc/history.md b/doc/history.md index 51e2a232..c65e8afb 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.105.0 + +* update `minecraft-data` + ## 3.104.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index bd3c4cd0..160f38f2 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit bd3c4cd09fda3eacd512c4a2b05629b28fd73d56 +Subproject commit 160f38f2cd737704f4b9a3dfd628b35ac5d94bc2 diff --git a/package.json b/package.json index 32705c85..7b62a380 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.104.0", + "version": "3.105.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",