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": {