diff --git a/doc/history.md b/doc/history.md index 35bdfc83..1384daea 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.102.1 + +* update `minecraft-data` + ## 3.102.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index f6c8996e..9edcf6fd 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit f6c8996ed8fdefcb69be33698a7321753891e258 +Subproject commit 9edcf6fdfe1bd6f6ecb6c3d25c770e8f55addee7 diff --git a/package.json b/package.json index 1ca4c38f..82d390d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.102.0", + "version": "3.102.1", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",