From 4a68150be2fe3a2f9f1205dc384c57f200715c35 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 2 Dec 2016 14:04:03 +0100 Subject: [PATCH] Release 1.1.1 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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": {