From e154017ae2456cbd6af14b707343d45738c7282c Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 1 Mar 2016 01:35:11 +0100 Subject: [PATCH] Release 0.19.2 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 65b30fa..639888d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.19.2 + +* some fixes in 1.9 protocol + ## 0.19.1 * update mcdata, support 1.9 release diff --git a/package.json b/package.json index 6b56011..eee95da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.19.1", + "version": "0.19.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {