From ab54392f46f6226c500f0dc45b1175e3b9d1c287 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 5 Jan 2013 16:54:21 -0500 Subject: [PATCH] Release 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c3ae02..d4debe1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.3.0", + "version": "0.4.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {