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": {