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 +}