From 828c03ed0fe4ab3e975d9e7a62ed3a84a6513376 Mon Sep 17 00:00:00 2001 From: leekt Date: Sat, 7 Dec 2024 16:38:30 +0900 Subject: [PATCH] 0.1.3 --- package.json | 2 +- src/command/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ddb4eb..996003c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zerodev/orchestra", - "version": "0.1.2", + "version": "0.1.3", "description": "", "main": "dist/index.js", "type": "module", diff --git a/src/command/index.ts b/src/command/index.ts index 465a7f1..bfcbecb 100644 --- a/src/command/index.ts +++ b/src/command/index.ts @@ -36,7 +36,7 @@ program "tool for deploying contracts to multichain with account abstraction" ) .usage(" [options]") - .version("1.0.0") + .version("0.1.3") program.helpInformation = function () { const asciiArt = chalk.blueBright(