From bac1e8510d57b6927dc3809d408b44f09eee1fb4 Mon Sep 17 00:00:00 2001 From: Andrew Kelley <superjoe30@gmail.com> Date: Sat, 19 Jan 2013 21:08:37 -0500 Subject: [PATCH] Release 0.6.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28dea7f..9987d9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.6.1", + "version": "0.6.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {