Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leekt committed Dec 7, 2024
1 parent 7afb2aa commit 828c03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerodev/orchestra",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/command/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ program
"tool for deploying contracts to multichain with account abstraction"
)
.usage("<command> [options]")
.version("1.0.0")
.version("0.1.3")

program.helpInformation = function () {
const asciiArt = chalk.blueBright(
Expand Down

0 comments on commit 828c03e

Please sign in to comment.