From 0d2848dfc5bad52a30f2c41a49c135d234643694 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 6 Jan 2013 00:43:02 -0500 Subject: [PATCH] Release 0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4debe1..19631f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.4.0", + "version": "0.5.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {