From b43dacd9eb9f72e0447459564dda3596e038c8a1 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 28 Feb 2016 02:22:55 +0100 Subject: [PATCH] Release 0.19.0 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5cb1d38..78bc50a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.19.0 + +* update minecraft-data, support 1.9-pre4 + ## 0.18.3 * update protodef and minecraft-data for new protocol schema diff --git a/package.json b/package.json index 19a8867..180c3a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.18.3", + "version": "0.19.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {