Release 0.10.1

This commit is contained in:
Xabier de Zuazo 2013-05-05 04:09:05 +02:00
parent 2665649363
commit b334a6781d
2 changed files with 5 additions and 1 deletions

View file

@ -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))

View file

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