diff --git a/README.md b/README.md index ff413c2..33cf0c4 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,10 @@ correct data type. ## History +### 0.9.0 + + * 0xce: create changed from bool to byte (thanks Robin Lambertz) + ### 0.8.1 * fix buffer length checking bug in readSlot() (thanks Xabier de Zuazo) diff --git a/package.json b/package.json index 338a251..e86d281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.8.1", + "version": "0.9.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {