diff --git a/HISTORY.md b/HISTORY.md index 874109a..8dda7c7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.9.0 + +* 1.14.1 support + ## 1.8.3 * 1.13.2 tested and supported diff --git a/package.json b/package.json index 6f8da7d..c577335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.8.3", + "version": "1.9.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",