Release 0.17.2

This commit is contained in:
Romain Beaumont 2016-02-12 15:24:35 +01:00
parent bff7feda75
commit e2e0d7a930
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# History
## 0.17.2
* fix readUUID
## 0.17.1
* use correct default timeout value : 30 for the server, 20 for the client

View File

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