From 634ad002f4dd2367df6db2e66732b82559adc369 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Thu, 11 Jul 2013 12:33:09 +0200 Subject: [PATCH] Release 0.11.2 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b72ba..a8d168b 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,10 @@ NODE_DEBUG="minecraft-protocol" node [...] ## History +### 0.11.2 + + * 1.6.2 support fixes: updated 0x2c packets to include `elementList` and added 0x85 *Tile Editor Open* packets + ### 0.11.1 * support minecraft protocol 1.6.2 / protocol version 74 (thanks [Matt Bell](https://github.com/mappum)) diff --git a/package.json b/package.json index 683827d..8f8a4fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.11.1", + "version": "0.11.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {