Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Jul 12, 2018
1 parent fa84b8c commit b0155b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/pkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @const {String}
*/

exports.version = 'v1.0.0-pre';
exports.version = 'v1.0.0';

/**
* Repository URL.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parts:
source: .
plugin: nodejs
build-packages: [python, gcc]
node-engine: 7.9.0
node-engine: 8.0.0

0 comments on commit b0155b6

Please sign in to comment.