diff --git a/doc/history.md b/doc/history.md index cc85d88b..38aa06dc 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.34.0 + +* update `minecraft-data` + ## 3.33.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 31a0aa91..7ec47f14 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 31a0aa911b35ffdd43254c144e4f2f60a8743404 +Subproject commit 7ec47f149df4a9cd42a98f7551aa95dbc9028836 diff --git a/package.json b/package.json index eb8f06c8..4aa9882f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.33.0", + "version": "3.34.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",