Update version

This commit is contained in:
Sky Young 2018-05-18 17:54:22 -07:00
parent 14f3c30ad3
commit 25adf9f18f

View File

@ -1,6 +1,6 @@
{ {
"name": "flocore-p2p", "name": "flocore-p2p",
"version": "5.0.0-beta.4", "version": "5.0.0-beta.6",
"description": "Interface to the Flo P2P network for flocore", "description": "Interface to the Flo P2P network for flocore",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -18,8 +18,8 @@
"url": "https://github.com/bitpay/bitcore-p2p.git" "url": "https://github.com/bitpay/bitcore-p2p.git"
}, },
"dependencies": { "dependencies": {
"flocore-lib": "0.15.0", "flocore-lib": "0.15.1",
"fcoin": "1.0.0-beta.17", "fcoin": "1.0.0-beta.18",
"bloom-filter": "^0.2.0", "bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay", "buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6" "socks5-client": "^0.3.6"