Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Aug 10, 2018
1 parent b5f9d37 commit 081c4db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/nervos-chain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nervos/chain",
"version": "0.17.4",
"version": "0.17.5",
"main": "lib/index.js",
"repository": "https://github.com/cryptape/nervos.js/tree/master/packages/nervos-chain",
"author": "Keith <[email protected]>",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^2.8.4"
},
"dependencies": {
"@nervos/signer": "^1.0.28",
"@nervos/signer": "^1.0.29",
"web3": "^1.0.0-beta.34"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nervos-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nervos/signer",
"version": "1.0.28",
"version": "1.0.29",
"main": "lib/index.js",
"repository": "https://github.com/cryptape/nervos.js/tree/master/packages/nervos-signer",
"author": "Keith <[email protected]>",
Expand Down

0 comments on commit 081c4db

Please sign in to comment.