From ce1ee7d7e35652907a2e99dc676b99aa74c445f2 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 26 Feb 2017 19:48:37 +0100 Subject: [PATCH] Release 1.1.2 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index bd486a2..9e6bd2d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.1.2 + +* use last protodef + ## 1.1.1 * update to yggdrasil 0.2.0 diff --git a/package.json b/package.json index 15fc393..90ee069 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.1.1", + "version": "1.1.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {