From ffd5aa793d37ae5fed3559176f746fdada1d6fb0 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Wed, 2 Mar 2016 19:42:35 +0100 Subject: [PATCH] Release 0.19.4 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 3a8dafa..73ba60c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.19.4 + +* fix spawn_painting in 1.9 + ## 0.19.3 * update mcdata again : u8 not byte diff --git a/package.json b/package.json index a66165b..d276fc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.19.3", + "version": "0.19.4", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {