Release 0.16.3

This commit is contained in:
Romain Beaumont 2015-12-11 15:00:43 +01:00
parent b30522188e
commit 642aa2217a
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
# History # History
## 0.16.3
* update protodef : fix bug in switch
* don't write after end and unpipe everything when ending
## 0.16.2 ## 0.16.2
* update protodef version which fix a bug in writeOption * update protodef version which fix a bug in writeOption
## 0.16.1 ## 0.16.1

View File

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