Release 0.17.1

This commit is contained in:
Romain Beaumont 2016-02-12 14:56:53 +01:00
parent e0939cc63d
commit 2c3e166ce8
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# History
## 0.17.1
* use correct default timeout value : 30 for the server, 20 for the client
* fix a small dependency error
## 0.17.0
* requires node>=4

View file

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