diff --git a/README.md b/README.md index da047dc..aa1569e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Note: compiling binaries with Deno that contain `npm` packages is still quite ex ``` Usage: sui-toolkit -Version: v0.0.2 +Version: v0.0.3 Description: diff --git a/bin/toolkit.ts b/bin/toolkit.ts index 05523d4..73c197d 100644 --- a/bin/toolkit.ts +++ b/bin/toolkit.ts @@ -131,7 +131,7 @@ const getPrompt = (): Promise => { await new Command() .name("sui-toolkit") .description("Easily interact with the Sui blockchain") - .version("v0.0.2") + .version("v0.0.3") .action(function () { this.showHelp(); })