diff --git a/doc/history.md b/doc/history.md index 9925ca55..882dff8d 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.72.0 + +* update `minecraft-data` + ## 3.71.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index b4f5cd38..f00cba14 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit b4f5cd383c1cc05d0306c0a5282a12296e19809a +Subproject commit f00cba14872c5f7e47888cd86bbd96b853aaf1ea diff --git a/package.json b/package.json index 5d0c0d4a..3bcc2e28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.71.0", + "version": "3.72.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",