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": {