mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 14:13:45 -04:00
Release 0.10.1
This commit is contained in:
parent
2665649363
commit
b334a6781d
@ -264,6 +264,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
|||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
### 0.10.1
|
||||||
|
|
||||||
|
* support minecraft protocol 1.5.2 / protocol version 61
|
||||||
|
|
||||||
### 0.10.0
|
### 0.10.0
|
||||||
|
|
||||||
* Added SRV record support when connecting to a server (thanks [Matt Stith](https://github.com/stith))
|
* Added SRV record support when connecting to a server (thanks [Matt Stith](https://github.com/stith))
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.10.0",
|
"version": "0.10.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