Skip to content

Commit

Permalink
update version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samlior committed Sep 2, 2022
1 parent 469087f commit fe27ddb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package-lock.json

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

4 changes: 3 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rei-network/cli",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0-or-later",
Expand All @@ -19,8 +19,10 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@rei-network/api": "^0.0.1",
"@rei-network/core": "^1.0.2",
"@rei-network/rpc": "^1.0.2",
"@rei-network/ipc": "^0.0.1",
"@rei-network/utils": "^0.1.1",
"@rei-network/wallet": "^0.1.1",
"commander": "^6.2.1",
Expand Down

0 comments on commit fe27ddb

Please sign in to comment.