From 5b44fdfdf854174417f93322c42e7e67a78703a1 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 8 Jan 2013 01:59:33 -0500 Subject: [PATCH] Release 0.5.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1bf6b7..402ef68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.5.1", + "version": "0.5.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {