Update fcoin version to 1.1.0

This commit is contained in:
Sky Young 2019-07-25 10:38:21 -06:00
parent e334370777
commit c44229feed

View File

@ -1,6 +1,6 @@
{
"name": "flocore-p2p",
"version": "5.0.0-beta.7",
"version": "5.0.0-beta.8",
"description": "Interface to the Flo P2P network for flocore",
"main": "index.js",
"scripts": {
@ -20,7 +20,7 @@
"dependencies": {
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"fcoin": "git+https://github.com/OstlerDev/fcoin.git#bcoin-1.0.2",
"fcoin": "^1.1.0",
"flocore-lib": "^0.15.2",
"socks5-client": "^0.3.6"
},