Release 0.18.2

This commit is contained in:
Romain Beaumont 2016-02-21 19:44:30 +01:00
parent 836b36640a
commit 93449427cd
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# History
## 0.18.2
* update protodef
* custom packets
* fix tab_complete in 1.9
## 0.18.1
* update protodef dependency

View file

@ -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": {