mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 0.16.2
This commit is contained in:
parent
40ab529e6d
commit
eb7c570532
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
# History
|
||||
|
||||
## 0.16.2
|
||||
* update protodef version which fix a bug in writeOption
|
||||
|
||||
## 0.16.1
|
||||
|
||||
* add checkTimeoutInterval to createClient
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue