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