diff --git a/README.md b/README.md index 4a62ee9..2be4281 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,11 @@ NODE_DEBUG="minecraft-protocol" node [...] ## History +### 0.13.1 + + * Externalized rsa-wrap library to its own npm module, named ursa-native + * Fixed broken bed-related packets (thanks [rom1504](https://github.com/rom1504)) + ### 0.13.0 * Updated protocol version to support 1.8.1 (thanks [wtfaremyinitials](https://github.com/wtfaremyinitials)) diff --git a/package.json b/package.json index 55c7a92..9eaff08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.13.0", + "version": "0.13.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {