From be91475ba77c6710af70e69385db346733f8cd15 Mon Sep 17 00:00:00 2001 From: codespool <4625220+codespool@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:20:14 +0300 Subject: [PATCH] v3.0.4 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 068cd7f6..f59c08ad 100644 --- a/README.md +++ b/README.md @@ -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.3 darwin-x64 node-v19.9.0 +@astar-network/swanky-cli/3.0.4 darwin-x64 node-v19.9.0 $ swanky --help [COMMAND] USAGE $ swanky COMMAND @@ -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.3/dist/commands/check/index.ts)_ +_See code: [dist/commands/check/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v3.0.4/dist/commands/check/index.ts)_ ## `swanky contract compile [CONTRACTNAME]` @@ -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.3/dist/commands/init/index.ts)_ +_See code: [dist/commands/init/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v3.0.4/dist/commands/init/index.ts)_ ## `swanky node install` diff --git a/package.json b/package.json index 70ce11b3..97be7ac1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@astar-network/swanky-cli", - "version": "3.0.3", + "version": "3.0.4", "description": "All in one WASM smart contract development toolset", "author": "Astar network", "license": "MIT",