From e547a75fd42f391112c051e2d51761d063c29232 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 29 Feb 2016 18:36:35 +0100 Subject: [PATCH] Release 0.19.1 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 78bc50a..65b30fa 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.19.1 + +* update mcdata, support 1.9 release + ## 0.19.0 * update minecraft-data, support 1.9-pre4 diff --git a/package.json b/package.json index 0035e57..0423181 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.19.0", + "version": "0.19.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {