Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
codespool committed Dec 15, 2022
1 parent 9d9ea02 commit 0b6ed86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.0.6",
"version": "1.0.7",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install -g @astar-network/swanky-cli
$ swanky COMMAND
running command...
$ swanky (--version|-V|-v)
@astar-network/swanky-cli/1.0.6 darwin-x64 node-v18.2.0
@astar-network/swanky-cli/1.0.7 darwin-x64 node-v18.2.0
$ swanky --help [COMMAND]
USAGE
$ swanky COMMAND
Expand Down Expand Up @@ -111,7 +111,7 @@ DESCRIPTION
Check installed package versions and compatibility
```

_See code: [dist/commands/check/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v1.0.6/dist/commands/check/index.ts)_
_See code: [dist/commands/check/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v1.0.7/dist/commands/check/index.ts)_

## `swanky contract call`

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

_See code: [dist/commands/init/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v1.0.6/dist/commands/init/index.ts)_
_See code: [dist/commands/init/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v1.0.7/dist/commands/init/index.ts)_

## `swanky node purge`

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astar-network/swanky-cli",
"version": "1.0.6",
"version": "1.0.7",
"description": "Astar network WASM contract CLI tool",
"author": "Astar network",
"bin": {
Expand Down

0 comments on commit 0b6ed86

Please sign in to comment.