diff --git a/HISTORY.md b/HISTORY.md index 375acf7..2ddb3ad 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/package.json b/package.json index 7acff12..f5567da 100644 --- a/package.json +++ b/package.json @@ -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": {