From bb1918da9886ce167a110c8a29974a2cfba5da59 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 6 Apr 2013 11:08:33 -0400 Subject: [PATCH] Release 0.8.0 --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4f75a9..fd45d9e 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,11 @@ correct data type. ## History +### 0.8.0 + + * fix remaining bugs for 1.5.1 protocol (thanks Xabier de Zuazo) + * writing packets is 6% faster (thanks mappum) + ### 0.7.9 * support minecraft protocol 1.5 / protocol version 60 (thanks mappum) diff --git a/package.json b/package.json index 02f1503..0853d3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.7.9", + "version": "0.8.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {