From 1499509ed6fbee24463dd679eb5a834e7a703620 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 4 Jan 2016 20:57:16 +0100 Subject: [PATCH] Release 0.16.6 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 902d1ef..65c3205 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.16.6 + +* fix latency before the first keep alive + ## 0.16.5 * initialize latency to 0 diff --git a/package.json b/package.json index 3170ae0..b3560ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.16.6-GH", + "version": "0.16.6", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {