diff --git a/doc/history.md b/doc/history.md index 2895328b..35bdfc83 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.102.0 + +* update `minecraft-data` + ## 3.101.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 370daab2..f6c8996e 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 370daab20f633608fb07ec3f82a4e48ae7a4b2ff +Subproject commit f6c8996ed8fdefcb69be33698a7321753891e258 diff --git a/package.json b/package.json index 66a70724..1ca4c38f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.101.0", + "version": "3.102.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",