From 45abcd6fa0f021c380d5cb5a60dce0a22f6db77d Mon Sep 17 00:00:00 2001 From: Sky Young Date: Mon, 28 Oct 2019 14:03:36 -0600 Subject: [PATCH] Bump fcoin version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a9147782..c0546454 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "node": ">=8.0.0" }, "author": "BitPay ", - "version": "5.0.5", + "version": "5.0.6", "main": "./index.js", "repository": "git://github.com/oipwg/flocore-node.git", "homepage": "https://github.com/oipwg/flocore-node", @@ -36,7 +36,7 @@ "commander": "^2.8.1", "errno": "^0.1.4", "express": "^4.13.3", - "fcoin": "^1.1.1", + "fcoin": "^1.1.2", "flocore-lib": "^0.15.2", "flocore-message": "^1.0.7", "flocore-p2p": "^5.0.0-beta.8",