diff --git a/doc/history.md b/doc/history.md index e5df9c2c..2f7046fb 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.109.1 + +* update `minecraft-data` + ## 3.109.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 491852d9..31db618f 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 491852d95b32edc37547400f39090a15737baaf1 +Subproject commit 31db618fb25edd0f7fdf19916db8a6160e2289bb diff --git a/package.json b/package.json index 231fe9b7..f7dbcf46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.109.0", + "version": "3.109.1", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",