diff --git a/README.md b/README.md index 7409cb0..aa1bf08 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,10 @@ NODE_DEBUG="minecraft-protocol" node [...] ## History +### 0.11.3 + + * packet 0x2c: packet writing fixed, UUID format simplified, tests updated + ### 0.11.2 * 1.6.2 support fixes: updated 0x2c packets to include `elementList` and added 0x85 *Tile Editor Open* packets diff --git a/package.json b/package.json index 8f8a4fc..e3921d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.11.2", + "version": "0.11.3", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {