From 7a5bcf02d863c211c03fad3105289ac67bae9650 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 8 Apr 2013 11:04:35 -0400 Subject: [PATCH] Release 0.9.0 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff413c2..33cf0c4 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,10 @@ correct data type. ## History +### 0.9.0 + + * 0xce: create changed from bool to byte (thanks Robin Lambertz) + ### 0.8.1 * fix buffer length checking bug in readSlot() (thanks Xabier de Zuazo) diff --git a/package.json b/package.json index 338a251..e86d281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.8.1", + "version": "0.9.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {