From 307a87f750004dc0dac3941eec9361470e236bec Mon Sep 17 00:00:00 2001 From: roblabla Date: Thu, 24 Sep 2015 15:06:41 +0200 Subject: [PATCH] Release 0.15.0 --- HISTORY.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0f16b4e..7c0062a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/package.json b/package.json index 731d745..d6a675f 100644 --- a/package.json +++ b/package.json @@ -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": {