From c3fa6c822e70a79d20a54c9085d3d81c0c90b2ae Mon Sep 17 00:00:00 2001 From: Sky Young Date: Fri, 18 May 2018 17:52:17 -0700 Subject: [PATCH] Update fcoin --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9943b2e..1e9fdad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flosight-api", "description": "A Florincoin blockchain REST and web socket API service for Flocore Node.", - "version": "5.0.0-beta.58", + "version": "5.0.0-beta.59", "repository": "git://github.com/bitpay/flosight-api.git", "bugs": { "url": "https://github.com/bitpay/flosight-api/issues" @@ -30,7 +30,7 @@ "dependencies": { "JSONStream": "^1.3.1", "async": "*", - "fcoin": "1.0.0-beta.17", + "fcoin": "1.0.0-beta.18", "flocore-lib": "0.15.1", "flocore-message": "^1.0.6", "body-parser": "^1.13.3",