From 6fe8abfc307937f32f8705f0263fc8206761670c Mon Sep 17 00:00:00 2001 From: roblabla Date: Thu, 12 Nov 2015 02:12:47 +0100 Subject: [PATCH] 0.16.0 --- HISTORY.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {