Skip to content

Commit

Permalink
Bump version for v0.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mllnd committed Aug 30, 2023
1 parent 04bcd49 commit a00384a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bin/toolkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const getPrompt = <T>(): Promise<T> => {
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();
})
Expand Down

0 comments on commit a00384a

Please sign in to comment.