diff --git a/HISTORY.md b/HISTORY.md index 4ead25c..8823148 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.8.1 + +* update mcdata : fix loadpath bug for 1.13.1 + ## 1.8.0 * 1.13.1 support diff --git a/package.json b/package.json index 522859e..26d6c77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.8.0", + "version": "1.8.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",