From 66f2eba199b291d1da0ff7f8b70d9f869e71909d Mon Sep 17 00:00:00 2001 From: Sky Young Date: Tue, 16 Oct 2018 14:54:40 -0600 Subject: [PATCH] Update fcoin version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 78a72031..b07761d9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "node": ">=8.0.0" }, "author": "BitPay ", - "version": "5.0.0-beta.78", + "version": "5.0.0-beta.79", "main": "./index.js", "repository": "git://github.com/oipwg/flocore-node.git", "homepage": "https://github.com/oipwg/flocore-node", @@ -37,7 +37,7 @@ "commander": "^2.8.1", "errno": "^0.1.4", "express": "^4.13.3", - "fcoin": "1.0.0-beta.22", + "fcoin": "1.0.0-beta.23", "flocore-lib": "0.15.1", "flocore-p2p": "5.0.0-beta.6", "florincoind-rpc": "0.7.1",