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