Release 0.16.2

This commit is contained in:
Romain Beaumont 2015-11-19 23:38:06 +01:00
parent 40ab529e6d
commit eb7c570532
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# History
## 0.16.2
* update protodef version which fix a bug in writeOption
## 0.16.1
* add checkTimeoutInterval to createClient

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "0.16.2-GH",
"version": "0.16.2",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "index.js",
"repository": {
@ -47,7 +47,7 @@
"minecraft-data": "^0.16.1",
"node-uuid": "~1.4.1",
"prismarine-nbt": "0.1.0",
"protodef": "0.2.1",
"protodef": "0.2.2",
"readable-stream": "^1.1.0",
"superagent": "~0.10.0",
"ursa-purejs": "0.0.3",