Release 0.13.1

This commit is contained in:
roblabla 2015-03-22 02:39:42 +00:00
parent 2723d4d94f
commit a7dd89953d
2 changed files with 6 additions and 1 deletions

View File

@ -379,6 +379,11 @@ NODE_DEBUG="minecraft-protocol" node [...]
## History ## 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 ### 0.13.0
* Updated protocol version to support 1.8.1 (thanks [wtfaremyinitials](https://github.com/wtfaremyinitials)) * Updated protocol version to support 1.8.1 (thanks [wtfaremyinitials](https://github.com/wtfaremyinitials))

View File

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