From 84a20b44183b27e57030efbe77b4b46fc17c36bc Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 9 Dec 2014 15:15:28 -0800 Subject: [PATCH] v0.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b7bfd01..3ea2e7f4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bitcoind.js", "description": "Node binding for bitcoind", "author": "Christopher Jeffrey", - "version": "0.0.7", + "version": "0.0.8", "main": "./index.js", "repository": "git://github.com/chjj/bitcoind.js.git", "homepage": "https://github.com/chjj/bitcoind.js",