From 3877501a774d31102c3e0c4665bace09020182d2 Mon Sep 17 00:00:00 2001 From: Marshall Rose Date: Wed, 31 Aug 2016 11:08:04 -0700 Subject: [PATCH] 0.8.57: use ledger-publisher@0.8.57 fixes https://github.com/brave/ledger-client/issues/12 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 63a91d8..1ca96d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ledger-client", - "version": "0.8.55", + "version": "0.8.57", "description": "An example of client code for the Brave ledger.", "main": "index.js", "scripts": { @@ -23,7 +23,7 @@ "dependencies": { "bitgo": "^1.8.0", "joi": "^9.0.0-2", - "ledger-publisher": "^0.8.54", + "ledger-publisher": "^0.8.57", "node-anonize2-relic-emscripten": "https://github.com/brave/node-anonize2-relic-emscripten.git", "node-uuid": "^1.4.7", "random-lib": "2.1.0",