Bumped the version.

This commit is contained in:
Chris Kleeschulte 2017-08-30 18:59:34 -04:00
parent a0031c7e00
commit 511c0e2b54
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
2 changed files with 34 additions and 1 deletions

33
.npmignore Normal file
View File

@ -0,0 +1,33 @@
node_modules/
node_modules/*
coverage/*
.lock-wscript
*.swp
*.Makefile
*.target.gyp.mk
*.node
*.sln
*.sdf
*.vcxproj
*.suo
*.opensdf
*.filters
*.user
*.project
**/*.dylib
**/*.so
**/*.old
**/*.files
**/*.config
**/*.creator
*.log
.DS_Store
bin/bitcoin*
bin/SHA256SUMS.asc
regtest/data/node1/regtest
regtest/data/node2/regtest
regtest/data/node3/regtest
bitcore-node.json*
*.bak
*.orig
lib/services/insight-api

View File

@ -5,7 +5,7 @@
"node": ">=8.0.0" "node": ">=8.0.0"
}, },
"author": "BitPay <dev@bitpay.com>", "author": "BitPay <dev@bitpay.com>",
"version": "5.0.0-beta.3", "version": "5.0.0-beta.4",
"main": "./index.js", "main": "./index.js",
"repository": "git://github.com/bitpay/bitcore-node.git", "repository": "git://github.com/bitpay/bitcore-node.git",
"homepage": "https://github.com/bitpay/bitcore-node", "homepage": "https://github.com/bitpay/bitcore-node",