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