diff --git a/doc/history.md b/doc/history.md index fffd56fa..7fa3c933 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.76.0 + +* update `minecraft-data` + ## 3.75.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index e5e3eca4..ab6909af 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit e5e3eca48a39fd8e94d5f3784ef6ba44c83a9cd5 +Subproject commit ab6909af80f46fe831251d7c515b0203714723fb diff --git a/package.json b/package.json index 673a6dc3..e29e53a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.75.0", + "version": "3.76.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",