diff --git a/doc/history.md b/doc/history.md index af402bd5..85c4b47d 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.10.2 + +* update `minecraft-data` + ## 3.10.1 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 5d3169fd..4f371e62 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 5d3169fd8c54a7f4bbfb7fd2dbbee02d5548bde7 +Subproject commit 4f371e627e9d0908055cbb9b86732a986611e80c diff --git a/package.json b/package.json index 3de0a5e4..70478cf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.10.1", + "version": "3.10.2", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",