Release 0.9.0

This commit is contained in:
Andrew Kelley 2013-04-08 11:04:35 -04:00
parent d236604e24
commit 7a5bcf02d8
2 changed files with 5 additions and 1 deletions

View File

@ -256,6 +256,10 @@ correct data type.
## History
### 0.9.0
* 0xce: create changed from bool to byte (thanks Robin Lambertz)
### 0.8.1
* fix buffer length checking bug in readSlot() (thanks Xabier de Zuazo)

View File

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