Release 0.13.2

This commit is contained in:
roblabla 2015-03-23 13:11:25 +00:00
parent ea62fdc670
commit cbdf8adb05
2 changed files with 6 additions and 1 deletions

View File

@ -381,6 +381,11 @@ NODE_DEBUG="minecraft-protocol" node [...]
## History ## History
### 0.13.2
* Fixed particle packet.
* Fixed release. 0.13.1 release was missing an entire folder.
### 0.13.1 ### 0.13.1
* Externalized rsa-wrap library to its own npm module, named ursa-native * Externalized rsa-wrap library to its own npm module, named ursa-native

View File

@ -1,6 +1,6 @@
{ {
"name": "minecraft-protocol", "name": "minecraft-protocol",
"version": "0.13.1", "version": "0.13.2",
"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": {