diff --git a/HISTORY.md b/HISTORY.md index 7ef7602..bd486a2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 1.1.1 + +* update to yggdrasil 0.2.0 +* Fix the REGISTER channel type + ## 1.1.0 * added plugin channel support (thanks @plexigras) diff --git a/package.json b/package.json index 4c92248..f24f98d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.1.0", + "version": "1.1.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {