Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Apr 30, 2019
1 parent 75fd6f9 commit 0a467a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/cita-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cryptape/cita-sdk",
"version": "0.22.2",
"version": "0.23.0",
"main": "lib/index.js",
"repository": "https://github.com/cryptape/cita-sdk-js/tree/master/packages/cita-sdk",
"author": "Keith <[email protected]>",
Expand Down Expand Up @@ -35,7 +35,7 @@
"typedoc": "^0.11.1"
},
"dependencies": {
"@cryptape/cita-signer": "^2.2.3",
"@cryptape/cita-signer": "^2.2.4",
"web3": "1.0.0-beta.37"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cita-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cryptape/cita-signer",
"version": "2.2.3",
"version": "2.2.4",
"main": "lib/index.js",
"private": false,
"repository": "https://github.com/cryptape/cita-sdk-js/tree/master/packages/cita-signer",
Expand Down
2 changes: 1 addition & 1 deletion packages/cita-web-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cita-web-debugger",
"version": "0.2.5",
"version": "0.2.6",
"private": false,
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 0a467a7

Please sign in to comment.