mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 0.17.1
This commit is contained in:
parent
e0939cc63d
commit
2c3e166ce8
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# History
|
# History
|
||||||
|
|
||||||
|
## 0.17.1
|
||||||
|
|
||||||
|
* use correct default timeout value : 30 for the server, 20 for the client
|
||||||
|
* fix a small dependency error
|
||||||
|
|
||||||
## 0.17.0
|
## 0.17.0
|
||||||
|
|
||||||
* requires node>=4
|
* requires node>=4
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.17.0",
|
"version": "0.17.1",
|
||||||
"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": {
|
||||||
|
|
Loading…
Reference in a new issue