From a00384aeb2cea36e510960fbe7e726ffdf157d14 Mon Sep 17 00:00:00 2001 From: Markkus Millend Date: Wed, 30 Aug 2023 17:44:32 +0200 Subject: [PATCH] Bump version for v0.0.3 release --- README.md | 2 +- bin/toolkit.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); })