Release 0.18.3

This commit is contained in:
Romain Beaumont 2016-02-23 20:06:34 +01:00
parent 3d720b29e6
commit 96a1a6c8c4
2 changed files with 5 additions and 1 deletions

View File

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

View File

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