From 7df40739dce6ac346a17878d65ba0ca3ac9eb111 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Tue, 9 Jul 2013 10:20:37 +0200 Subject: [PATCH] Release 0.11.0 --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8309358..75c6b29 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,11 @@ NODE_DEBUG="minecraft-protocol" node [...] ## History +### 0.11.0 + + * support minecraft protocol 1.6.1 / protocol version 73 (thanks [Matt Bell](https://github.com/mappum)) + * *note:* chat packets have a new format (see [the examples](https://github.com/superjoe30/node-minecraft-protocol/tree/master/examples) for how to upgrade). + ### 0.10.1 * support minecraft protocol 1.5.2 / protocol version 61 diff --git a/package.json b/package.json index 1b0776d..9d21ab0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.10.1", + "version": "0.11.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {