From ec7240a80b67d027bd9c5f905831d26e455471b6 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 29 Feb 2016 18:34:59 +0100 Subject: [PATCH] update mcdata, support 1.9 release --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1dcfaf..b9eb5e7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Parse and serialize minecraft packets, plus authentication and encryption. ## Features - * Supports Minecraft version 1.7.10, 1.8.8 and 1.9 (15w40b and 1.9-pre4) + * Supports Minecraft version 1.7.10, 1.8.8 and 1.9 (15w40b and 1.9) * Parses all packets and emits events with packet fields as JavaScript objects. * Send a packet by supplying fields as a JavaScript object. diff --git a/package.json b/package.json index a611bfc..0035e57 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "endian-toggle": "0.0.0", "lodash.get": "^4.1.2", "lodash.merge": "^4.3.0", - "minecraft-data": "~1.2.1", + "minecraft-data": "~1.2.2", "prismarine-nbt": "0.2.1", "protodef": "^1.1.2", "readable-stream": "^2.0.5",