Skip to content

Commit

Permalink
chore: update version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samlior committed Mar 29, 2023
1 parent 20d8909 commit 1f629df
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 61 deletions.
122 changes: 64 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/cli",
"version": "2.0.1",
"version": "2.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@rei-network/api": "^1.0.0",
"@rei-network/core": "^2.0.1",
"@rei-network/core": "^2.0.2",
"@rei-network/rpc": "^2.0.0",
"@rei-network/ipc": "^1.0.0",
"@rei-network/utils": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/core",
"version": "2.0.1",
"version": "2.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 1f629df

Please sign in to comment.