This commit is contained in:
Christopher Jeffrey 2018-07-13 13:17:03 -07:00
parent 08a04b53c3
commit da944371fb
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
* @const {String}
*/
exports.version = 'v1.0.0';
exports.version = 'v1.0.1';
/**
* Repository URL.

View File

@ -1,6 +1,6 @@
{
"name": "bcoin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Bitcoin bike-shed",
"license": "MIT",
"repository": "git://github.com/bcoin-org/bcoin.git",