Release 0.7.8

This commit is contained in:
Andrew Kelley 2013-02-10 21:06:45 -05:00
parent 8e6d11b09e
commit 5a1491ba78
2 changed files with 6 additions and 1 deletions

View File

@ -246,6 +246,11 @@ correct data type.
## History
### 0.7.8
* server: ability to change `motd` and `maxPlayers`
* server: fix incorrect `playerCount`
### 0.7.7
* server: fix crash when client disconnects quickly

View File

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