mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 21:52:17 -04:00
Release 0.17.1
This commit is contained in:
parent
e0939cc63d
commit
2c3e166ce8
@ -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…
x
Reference in New Issue
Block a user