From b740185c69488306c1b7a74dfb6c1274824db706 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 7 Dec 2014 02:08:13 -0800 Subject: [PATCH] v0.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1acc7dbd..165e4535 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.4", + "version": "0.0.5", "main": "./index.js", "repository": "git://github.com/chjj/bitcoind.js.git", "homepage": "https://github.com/chjj/bitcoind.js",