From b36b2b10891b55861e6361bfe4477a0f86c361c3 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 22 Jan 2013 09:02:02 -0500 Subject: [PATCH] Release 0.6.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9987d9d..6d7f07d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.6.2", + "version": "0.6.3", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {