From 1ca600d756a702b3fd4dfc602c0c689ab76aba8a Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 3 Feb 2013 15:38:52 -0500 Subject: [PATCH] Release 0.7.3 --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a56a85..3485099 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,12 @@ correct data type. ## History +### 0.7.3 + + * revert removing socket delays to reduce latency as it was causing + errors and test failures. + * server: Client now emits more predictable 'end' events. + ### 0.7.2 * fix objectData writer. This fixes sending an 0x17 packet. diff --git a/package.json b/package.json index be72d27..b6c8ceb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.7.2", + "version": "0.7.3", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {