v1.0.0
This commit is contained in:
parent
fa84b8cb12
commit
b0155b663c
@ -11,7 +11,7 @@
|
|||||||
* @const {String}
|
* @const {String}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
exports.version = 'v1.0.0-pre';
|
exports.version = 'v1.0.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Repository URL.
|
* Repository URL.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bcoin",
|
"name": "bcoin",
|
||||||
"version": "1.0.0-pre",
|
"version": "1.0.0",
|
||||||
"description": "Bitcoin bike-shed",
|
"description": "Bitcoin bike-shed",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/bcoin-org/bcoin.git",
|
"repository": "git://github.com/bcoin-org/bcoin.git",
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"bcfg": "~0.1.0",
|
"bcfg": "~0.1.0",
|
||||||
"bclient": "~0.1.1",
|
"bclient": "~0.1.1",
|
||||||
"bcrypto": "~0.3.7",
|
"bcrypto": "~0.3.7",
|
||||||
"bdb": "~0.2.0",
|
"bdb": "~0.2.1",
|
||||||
"bdns": "~0.1.0",
|
"bdns": "~0.1.0",
|
||||||
"bevent": "~0.1.0",
|
"bevent": "~0.1.0",
|
||||||
"bfile": "~0.1.0",
|
"bfile": "~0.1.0",
|
||||||
@ -46,7 +46,7 @@
|
|||||||
"bufio": "~0.2.0",
|
"bufio": "~0.2.0",
|
||||||
"bupnp": "~0.2.1",
|
"bupnp": "~0.2.1",
|
||||||
"bval": "~0.1.0",
|
"bval": "~0.1.0",
|
||||||
"bweb": "~0.1.0",
|
"bweb": "~0.1.1",
|
||||||
"mrmr": "~0.1.0",
|
"mrmr": "~0.1.0",
|
||||||
"n64": "~0.2.0"
|
"n64": "~0.2.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -18,4 +18,4 @@ parts:
|
|||||||
source: .
|
source: .
|
||||||
plugin: nodejs
|
plugin: nodejs
|
||||||
build-packages: [python, gcc]
|
build-packages: [python, gcc]
|
||||||
node-engine: 7.9.0
|
node-engine: 8.0.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user