diff --git a/HISTORY.md b/HISTORY.md index e1861c3..7594bce 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 1.4.1 + +* lock yggdrasil until issue with 1.1.0 is fixed +* support 1.12.1 + ## 1.4.0 * add http and socks proxy example and related fixes diff --git a/package.json b/package.json index c267391..6b68f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.4.0", + "version": "1.4.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "repository": {