From b334a6781d1142bb94af535e58cbc7a66ed22df3 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Sun, 5 May 2013 04:09:05 +0200 Subject: [PATCH] Release 0.10.1 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5069eb..bb93076 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,10 @@ NODE_DEBUG="minecraft-protocol" node [...] ## History +### 0.10.1 + + * support minecraft protocol 1.5.2 / protocol version 61 + ### 0.10.0 * Added SRV record support when connecting to a server (thanks [Matt Stith](https://github.com/stith)) diff --git a/package.json b/package.json index da4d67b..1b0776d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.10.0", + "version": "0.10.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {