mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-18 09:10:26 -04:00
Release 0.7.1
This commit is contained in:
parent
88b519a236
commit
9c476600ea
2 changed files with 5 additions and 1 deletions
|
@ -231,6 +231,10 @@ correct data type.
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
### 0.7.1
|
||||||
|
|
||||||
|
* remove socket delays to reduce latency. (thanks mappum)
|
||||||
|
|
||||||
### 0.7.0
|
### 0.7.0
|
||||||
|
|
||||||
* `createServer`: rename `encryption-enabled` option to `encryption` to stay
|
* `createServer`: rename `encryption-enabled` option to `encryption` to stay
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.7.0",
|
"version": "0.7.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…
Add table
Add a link
Reference in a new issue