diff --git a/doc/history.md b/doc/history.md index 40eacb50..a8dfc83d 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.115.0 + +* update `minecraft-data` + ## 3.114.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index da483a62..b0ea64db 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit da483a6290ddbf7ec8af72e7959e68b0c727dd2d +Subproject commit b0ea64dbe0a6962e2880392df2cebc685a71cc94 diff --git a/package.json b/package.json index 038ead61..362780b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.114.0", + "version": "3.115.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",