diff --git a/doc/history.md b/doc/history.md index f3854a09..290cea99 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.80.1 + +* update `minecraft-data` + ## 3.80.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 3b77ce9c..00f0c4ba 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 3b77ce9ca6b21734654e425b6ceb4143b29a97b4 +Subproject commit 00f0c4bab47b0db5a355b8a97570b7e9cbab6cd5 diff --git a/package.json b/package.json index 9dadb118..52729899 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.80.0", + "version": "3.80.1", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",