Release 0.19.2

This commit is contained in:
Romain Beaumont 2016-03-01 01:35:11 +01:00
parent 951617f51c
commit e154017ae2
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# History
## 0.19.2
* some fixes in 1.9 protocol
## 0.19.1
* update mcdata, support 1.9 release

View file

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