From 96a1a6c8c4176d6a555000b5befc1200bf56362e Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 23 Feb 2016 20:06:34 +0100 Subject: [PATCH] Release 0.18.3 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 195b326..5cb1d38 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.18.3 + +* update protodef and minecraft-data for new protocol schema + ## 0.18.2 * update protodef diff --git a/package.json b/package.json index e47c5f9..2a7258d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.18.2", + "version": "0.18.3", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {