Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #54 from RetricSu/0.6.0-rc3
Browse files Browse the repository at this point in the history
bump 0.6.0-rc3
  • Loading branch information
RetricSu authored Aug 19, 2021
2 parents 6196371 + 7c1ac5d commit c181824
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"eslint": "^7.16.0",
"prettier": "^2.2.1"
},
"version": "0.6.0-rc1",
"version": "0.6.0-rc3",
"author": "hupeng <[email protected]>"
}
4 changes: 2 additions & 2 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godwoken-web3/api-server",
"version": "0.6.0-rc1",
"version": "0.6.0-rc3",
"private": true,
"scripts": {
"start": "concurrently \"tsc -w\" \"DEBUG=godwoken-web3-api:server nodemon ./bin/www\"",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@ckb-lumos/base": "^0.16.0",
"@godwoken-web3/godwoken": "0.6.0-rc1",
"@godwoken-web3/godwoken": "0.6.0-rc3",
"@polyjuice-provider/base": "^0.0.1-rc7",
"blake2b": "2.1.3",
"ckb-js-toolkit": "^0.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/godwoken/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godwoken-web3/godwoken",
"version": "0.6.0-rc1",
"version": "0.6.0-rc3",
"private": true,
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c181824

Please sign in to comment.