From bfb392ea19d73dd848bd76936211229c3ed20ede Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 4 Jan 2013 01:46:39 -0500 Subject: [PATCH] Release 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d8c5ab..cc650fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.0.3", + "version": "0.1.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {