mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 0.18.0
This commit is contained in:
parent
e35678701c
commit
fd8ad9b461
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
# History
|
||||
|
||||
## 0.18.0
|
||||
|
||||
* Supports Minecraft version 1.7.10, 1.8.8 and 1.9 (15w40b and 16w05b)
|
||||
* improve auto version detection
|
||||
|
||||
## 0.17.2
|
||||
|
||||
* fix readUUID
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.17.2",
|
||||
"version": "0.18.0",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue