Release 0.11.2

This commit is contained in:
Xabier de Zuazo 2013-07-11 12:33:09 +02:00
parent 8e06879cda
commit 634ad002f4
2 changed files with 5 additions and 1 deletions

View File

@ -293,6 +293,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
## History
### 0.11.2
* 1.6.2 support fixes: updated 0x2c packets to include `elementList` and added 0x85 *Tile Editor Open* packets
### 0.11.1
* support minecraft protocol 1.6.2 / protocol version 74 (thanks [Matt Bell](https://github.com/mappum))

View File

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