Release 0.18.0

This commit is contained in:
Romain Beaumont 2016-02-19 12:35:12 +01:00
parent e35678701c
commit fd8ad9b461
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

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