diff --git a/doc/history.md b/doc/history.md index a8dfc83d..371fbd40 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.116.0 + +* update `minecraft-data` + ## 3.115.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index b0ea64db..ac04cd10 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit b0ea64dbe0a6962e2880392df2cebc685a71cc94 +Subproject commit ac04cd10adacb02f37685398b3ff36602a59160b diff --git a/package.json b/package.json index 362780b5..3609dac8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.115.0", + "version": "3.116.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",