Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codespool committed May 31, 2023
1 parent c4d79fe commit eaf256e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ $ npm install -g @astar-network/swanky-cli
$ swanky COMMAND
running command...
$ swanky (--version|-V|-v)
@astar-network/swanky-cli/3.0.2 darwin-x64 node-v19.9.0
@astar-network/swanky-cli/3.0.3 darwin-x64 node-v19.9.0
$ swanky --help [COMMAND]
USAGE
$ swanky COMMAND
Expand Down Expand Up @@ -282,7 +282,7 @@ DESCRIPTION
Check installed package versions and compatibility
```

_See code: [dist/commands/check/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v3.0.2/dist/commands/check/index.ts)_
_See code: [dist/commands/check/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v3.0.3/dist/commands/check/index.ts)_

## `swanky contract compile [CONTRACTNAME]`

Expand Down Expand Up @@ -482,7 +482,7 @@ DESCRIPTION
Generate a new smart contract environment
```

_See code: [dist/commands/init/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v3.0.2/dist/commands/init/index.ts)_
_See code: [dist/commands/init/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v3.0.3/dist/commands/init/index.ts)_

## `swanky node install`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astar-network/swanky-cli",
"version": "3.0.2",
"version": "3.0.3",
"description": "All in one WASM smart contract development toolset",
"author": "Astar network",
"license": "MIT",
Expand Down

0 comments on commit eaf256e

Please sign in to comment.