This commit is contained in:
Christopher Jeffrey 2018-07-12 10:20:50 -07:00
parent fa84b8cb12
commit b0155b663c
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "bcoin",
"version": "1.0.0-pre",
"version": "1.0.0",
"description": "Bitcoin bike-shed",
"license": "MIT",
"repository": "git://github.com/bcoin-org/bcoin.git",
@ -26,7 +26,7 @@
"bcfg": "~0.1.0",
"bclient": "~0.1.1",
"bcrypto": "~0.3.7",
"bdb": "~0.2.0",
"bdb": "~0.2.1",
"bdns": "~0.1.0",
"bevent": "~0.1.0",
"bfile": "~0.1.0",
@ -46,7 +46,7 @@
"bufio": "~0.2.0",
"bupnp": "~0.2.1",
"bval": "~0.1.0",
"bweb": "~0.1.0",
"bweb": "~0.1.1",
"mrmr": "~0.1.0",
"n64": "~0.2.0"
},

View File

@ -18,4 +18,4 @@ parts:
source: .
plugin: nodejs
build-packages: [python, gcc]
node-engine: 7.9.0
node-engine: 8.0.0