diff --git a/HISTORY.md b/HISTORY.md index 849799d..5158b22 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ # History +## 0.16.3 + + * update protodef : fix bug in switch + * don't write after end and unpipe everything when ending + ## 0.16.2 + * update protodef version which fix a bug in writeOption ## 0.16.1 diff --git a/package.json b/package.json index 1906cf0..bfdcd04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.16.3-GH", + "version": "0.16.3", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {