Release 0.11.3

This commit is contained in:
Xabier de Zuazo 2013-07-13 12:14:48 +02:00
parent c0a66738a3
commit 5c8f29bdff
2 changed files with 5 additions and 1 deletions

View file

@ -293,6 +293,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
## History
### 0.11.3
* packet 0x2c: packet writing fixed, UUID format simplified, tests updated
### 0.11.2
* 1.6.2 support fixes: updated 0x2c packets to include `elementList` and added 0x85 *Tile Editor Open* packets

View file

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