diff --git a/README.md b/README.md index 374c23c..b010dfe 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index c9a7e66..b91e4af 100644 --- a/package.json +++ b/package.json @@ -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": {