Skip to content

Commit

Permalink
Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kleeschulte committed Aug 30, 2017
1 parent a0031c7 commit 511c0e2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"node": ">=8.0.0"
},
"author": "BitPay <[email protected]>",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"main": "./index.js",
"repository": "git://github.com/bitpay/bitcore-node.git",
"homepage": "https://github.com/bitpay/bitcore-node",
Expand Down

0 comments on commit 511c0e2

Please sign in to comment.