From 9bb998dc19d80f48c6cb98232f33ccd8b90dd3e7 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Sat, 22 Feb 2014 13:17:54 -0700 Subject: [PATCH] Update package.json --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0cc1153..81604d4 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "stratum-pool", - "version": "0.0.8", + "version": "0.0.9", "author": "Matthew Little", "description": "High performance Stratum poolserver in Node.js", "contributors": [ - "vekexasia" + "vekexasia", + "TheSeven" ], "bin": { "block-notify": "./scripts/blockNotify.js" @@ -36,4 +37,4 @@ "engines": { "node": ">=0.10" } -} \ No newline at end of file +}