From cbdf8adb05fc13c337ba17dac73421e6e28dd3f9 Mon Sep 17 00:00:00 2001 From: roblabla Date: Mon, 23 Mar 2015 13:11:25 +0000 Subject: [PATCH] Release 0.13.2 --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ecc68b..8887694 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,11 @@ NODE_DEBUG="minecraft-protocol" node [...] ## History +### 0.13.2 + + * Fixed particle packet. + * Fixed release. 0.13.1 release was missing an entire folder. + ### 0.13.1 * Externalized rsa-wrap library to its own npm module, named ursa-native diff --git a/package.json b/package.json index 9eaff08..f630ea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.13.1", + "version": "0.13.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {