Release 0.8.0

This commit is contained in:
Andrew Kelley 2013-04-06 11:08:33 -04:00
parent 1015a9787b
commit bb1918da98
2 changed files with 6 additions and 1 deletions

View File

@ -256,6 +256,11 @@ correct data type.
## History
### 0.8.0
* fix remaining bugs for 1.5.1 protocol (thanks Xabier de Zuazo)
* writing packets is 6% faster (thanks mappum)
### 0.7.9
* support minecraft protocol 1.5 / protocol version 60 (thanks mappum)

View File

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