Release 0.19.0

This commit is contained in:
Romain Beaumont 2016-02-28 02:22:55 +01:00
parent 440a190780
commit b43dacd9eb
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# History
## 0.19.0
* update minecraft-data, support 1.9-pre4
## 0.18.3
* update protodef and minecraft-data for new protocol schema

View File

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "0.18.3",
"version": "0.19.0",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "index.js",
"repository": {