diff --git a/HISTORY.md b/HISTORY.md index bf191be..ea2f1e4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # History -## 0.16.0 (unreleased) +## 0.16.0 * cross version support exposed : version option in createClient and createServer * expose createSerializer and createDeserializer, createPacketBuffer and parsePacketData are now available in serializer/parser instances (BREAKING CHANGE) diff --git a/package.json b/package.json index cb6bb8e..b97fdc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.16.0-GH", + "version": "0.16.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {