diff --git a/doc/history.md b/doc/history.md index e750ed83..c06dec22 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.99.1 + +* update `minecraft-data` + ## 3.99.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 1755804e..f1251ff1 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 1755804ea5f256fa5d779881ebfb4cf7aeec3374 +Subproject commit f1251ff128172a92aa3f5bd13965adc4be0fa63d diff --git a/package.json b/package.json index 80c43f68..53265869 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.99.0", + "version": "3.99.1", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",