Release 0.7.3

This commit is contained in:
Andrew Kelley 2013-02-03 15:38:52 -05:00
parent 1a434b9743
commit 1ca600d756
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

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