From deccaf0c5376835e80ad055a77853432094ea312 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 3 Feb 2013 18:57:43 -0500 Subject: [PATCH] Release 0.7.6 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb566f9..ae0655d 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,10 @@ correct data type. ## History +### 0.7.6 + + * onlineModeExceptions are all lowercase now. fixes security hole. + ### 0.7.5 * server: add `onlineModeExceptions`. When server is in: diff --git a/package.json b/package.json index 7e81cf8..d20c8e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.7.5", + "version": "0.7.6", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {