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": {