Release 0.11.0

This commit is contained in:
Xabier de Zuazo 2013-07-09 10:20:37 +02:00
parent c7c4365f38
commit 7df40739dc
2 changed files with 6 additions and 1 deletions

View file

@ -273,6 +273,11 @@ NODE_DEBUG="minecraft-protocol" node [...]
## History
### 0.11.0
* support minecraft protocol 1.6.1 / protocol version 73 (thanks [Matt Bell](https://github.com/mappum))
* *note:* chat packets have a new format (see [the examples](https://github.com/superjoe30/node-minecraft-protocol/tree/master/examples) for how to upgrade).
### 0.10.1
* support minecraft protocol 1.5.2 / protocol version 61

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "0.10.1",
"version": "0.11.0",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "index.js",
"repository": {