diff --git a/doc/history.md b/doc/history.md index b8df764b..a92223f2 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.103.0 + +* update `minecraft-data` + ## 3.102.3 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 9dd3f5ea..b4764fe1 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 9dd3f5eaf0bdbef52b9c5efd08a8bf122f3db33c +Subproject commit b4764fe1313343648c1372fe636316c99bdfb414 diff --git a/package.json b/package.json index 0d3af20f..9c222db2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.102.3", + "version": "3.103.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",