From eb7c5705324d2e9bea9bf36ff0ebe2e0abb1c71b Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 19 Nov 2015 23:38:06 +0100 Subject: [PATCH] Release 0.16.2 --- HISTORY.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b3e3878..849799d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # History +## 0.16.2 + * update protodef version which fix a bug in writeOption + ## 0.16.1 * add checkTimeoutInterval to createClient diff --git a/package.json b/package.json index 75040f0..39bc899 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.16.2-GH", + "version": "0.16.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": { @@ -47,7 +47,7 @@ "minecraft-data": "^0.16.1", "node-uuid": "~1.4.1", "prismarine-nbt": "0.1.0", - "protodef": "0.2.1", + "protodef": "0.2.2", "readable-stream": "^1.1.0", "superagent": "~0.10.0", "ursa-purejs": "0.0.3",