Release 0.13.3

This commit is contained in:
roblabla 2015-03-25 23:36:26 +00:00
parent 13f9ce0d84
commit 273f685267
2 changed files with 5 additions and 1 deletions

View File

@ -381,6 +381,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
## History
### 0.13.3
* Fixed readPosition for negative packets (thanks [rom1504](https://github.com/rom1504))
### 0.13.2
* Fixed particle packet.

View File

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