From 2df8d70ece355c6246f1ce83e977690e10094b29 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 1 Mar 2016 01:44:14 +0100 Subject: [PATCH] Release 0.19.3 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 639888d..3a8dafa 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.19.3 + +* update mcdata again : u8 not byte + ## 0.19.2 * some fixes in 1.9 protocol diff --git a/package.json b/package.json index fbd5ea9..845a40d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.19.2", + "version": "0.19.3", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {