From 29dea42ea79689a4c2b5bba0ff04ba3ff64d1be3 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 29 Jan 2013 12:52:07 -0500 Subject: [PATCH] Release 0.6.7 --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14ef4d9..0963c9f 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,13 @@ correct data type. ## History +### 0.6.7 + +Emit 'error' event instead of crashing when other computers abuse the +minecraft protocol. + +Big thanks to [Robin Lambertz](https://github.com/roblabla) for this release. + ### 0.6.6 * ping: fix calling callback twice when server sends kick diff --git a/package.json b/package.json index 73e9aca..5d9477d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.6.6", + "version": "0.6.7", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {