Release 0.15.0

This commit is contained in:
roblabla 2015-09-24 15:06:41 +02:00
parent da3a241775
commit 307a87f750
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# History
## 0.15.0 (Unreleased)
## 0.15.0
* UUIDs are now strings instead of arrays. (BREAKING CHANGE)
* Server clients have a new property, client.profile, containing the result

View file

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