Release 0.12.1

This commit is contained in:
roblabla 2014-04-12 12:34:19 +02:00
parent d7f3e5cd05
commit a679994d89
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Parse and serialize minecraft packets, plus authentication and encryption.
## Features ## Features
* Supports Minecraft version 1.7.2 * Supports Minecraft version 1.7.6
* Parses all packets and emits events with packet fields as JavaScript * Parses all packets and emits events with packet fields as JavaScript
objects. objects.
* Send a packet by supplying fields as a JavaScript object. * Send a packet by supplying fields as a JavaScript object.
@ -347,6 +347,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
``` ```
## History ## History
### 0.12.1
* Updated protocol version to support 1.7.6
### 0.12.0 ### 0.12.0
* Updated protocol version to support 1.7.2 * Updated protocol version to support 1.7.2

View File

@ -1,6 +1,6 @@
{ {
"name": "minecraft-protocol", "name": "minecraft-protocol",
"version": "0.12.0", "version": "0.12.1",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.", "description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "index.js", "main": "index.js",
"repository": { "repository": {