diff --git a/README.md b/README.md index fb65845..736a180 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Parse and serialize minecraft packets, plus authentication and encryption. ## Features - * Supports Minecraft version 1.7.2 + * Supports Minecraft version 1.7.6 * Parses all packets and emits events with packet fields as JavaScript objects. * Send a packet by supplying fields as a JavaScript object. @@ -347,6 +347,10 @@ NODE_DEBUG="minecraft-protocol" node [...] ``` ## History +### 0.12.1 + + * Updated protocol version to support 1.7.6 + ### 0.12.0 * Updated protocol version to support 1.7.2 diff --git a/package.json b/package.json index e7087d5..4941741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.12.0", + "version": "0.12.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {