Release 0.11.4

This commit is contained in:
Xabier de Zuazo 2013-08-12 23:26:46 +02:00
parent bdc703a3f0
commit 65fc158d97
2 changed files with 5 additions and 1 deletions

View file

@ -293,6 +293,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
## History
### 0.11.4
* Chat packet string max length fix (thanks [Robin Lambertz](https://github.com/roblabla))
### 0.11.3
* packet 0x2c: packet writing fixed, UUID format simplified, tests updated

View file

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