From 5efdc824c18d7280822ae49da4094ba9d75bdefd Mon Sep 17 00:00:00 2001 From: roblabla Date: Mon, 4 May 2015 12:49:04 +0000 Subject: [PATCH] Change github reported version to fix npm cache bugs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 351fb13..2919d14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.13.4", + "version": "0.13.5-GH", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {