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

Commit

Permalink
chore: bump v0.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RetricSu authored and Flouse committed Feb 16, 2023
1 parent c6358a6 commit 30d45b3
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 @@ -28,6 +28,6 @@
"eslint": "^8.5.0",
"prettier": "^2.2.1"
},
"version": "0.13.8",
"version": "0.13.9",
"author": "hupeng <bitrocks.hu@gmail.com>"
}
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.13.8",
"version": "0.13.9",
"private": true,
"scripts": {
"start": "concurrently \"tsc -w\" \"DEBUG=godwoken-web3-api:server nodemon ./bin/cluster\"",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@ckb-lumos/base": "0.18.0-rc6",
"@ckb-lumos/toolkit": "0.18.0-rc6",
"@godwoken-web3/godwoken": "0.13.8",
"@godwoken-web3/godwoken": "0.13.9",
"@newrelic/native-metrics": "^7.0.1",
"@polyjuice-provider/base": "^0.1.5",
"@sentry/node": "^6.11.0",
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.13.8",
"version": "0.13.9",
"private": true,
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 30d45b3

Please sign in to comment.