Release 0.7.5

This commit is contained in:
Andrew Kelley 2013-02-03 18:22:44 -05:00
parent cd7f867d95
commit 5cc7a8fbee
2 changed files with 7 additions and 1 deletions

View File

@ -244,6 +244,12 @@ correct data type.
## History
### 0.7.5
* server: add `onlineModeExceptions`. When server is in:
- online mode: these usernames are exempt from online mode.
- offline mode: these usernames must authenticate.
### 0.7.4
* server: online mode: don't log in client until username verification

View File

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