mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 0.18.2
This commit is contained in:
parent
836b36640a
commit
93449427cd
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
# History
|
||||
|
||||
## 0.18.2
|
||||
|
||||
* update protodef
|
||||
* custom packets
|
||||
* fix tab_complete in 1.9
|
||||
|
||||
## 0.18.1
|
||||
|
||||
* update protodef dependency
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.18.1",
|
||||
"version": "0.18.2",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue