From be455b2e557f559b5248735b3ef322c73b384edf Mon Sep 17 00:00:00 2001 From: Sky Young Date: Mon, 21 May 2018 13:12:03 -0700 Subject: [PATCH] Update fcoin version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 70a265e..3a85a61 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.61", + "version": "5.0.0-beta.63", "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.18", + "fcoin": "1.0.0-beta.19", "flocore-lib": "0.15.1", "flocore-message": "^1.0.6", "body-parser": "^1.13.3",