diff --git a/README.md b/README.md index c7c53c9..7a56a85 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,10 @@ correct data type. ## History +### 0.7.2 + + * fix objectData writer. This fixes sending an 0x17 packet. + ### 0.7.1 * remove socket delays to reduce latency. (thanks mappum) diff --git a/package.json b/package.json index 62fc4bb..be72d27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.7.1", + "version": "0.7.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {