Release 0.18.1

This commit is contained in:
Romain Beaumont 2016-02-19 23:50:26 +01:00
parent 95939a4aad
commit bfc7429cbc
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# History
## 0.18.1
* update protodef dependency
## 0.18.0
* Supports Minecraft version 1.7.10, 1.8.8 and 1.9 (15w40b and 16w05b)

View file

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