diff --git a/doc/history.md b/doc/history.md index 3908f491..261bc4e1 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.69.0 + +* update `minecraft-data` + ## 3.68.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 1b05f407..3f429fb2 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 1b05f407fd82206ce190ff6f8cbccc2fe17247b1 +Subproject commit 3f429fb293184d1b7a1887e7addad5dc8c77ead1 diff --git a/package.json b/package.json index a614b05d..5799aad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.68.0", + "version": "3.69.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",