From 273f685267ab2956514b3c5b03276cd43b89e730 Mon Sep 17 00:00:00 2001 From: roblabla Date: Wed, 25 Mar 2015 23:36:26 +0000 Subject: [PATCH] Release 0.13.3 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8887694..272bf62 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 1e8a494..822da63 100644 --- a/package.json +++ b/package.json @@ -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": {