diff --git a/packages/cli/package.json b/packages/cli/package.json index 6c33557..3ece7e1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@profullstack/crawlproof", - "version": "0.1.0", + "version": "0.2.0", "description": "What the fleet costs and what it returns: a live terminal dashboard over CrawlProof traffic, ad delivery and CoinPay banking.", "license": "MIT", "type": "module", diff --git a/packages/cli/src/cli.ts b/packages/cli/src/cli.ts index 4242127..35e55dd 100644 --- a/packages/cli/src/cli.ts +++ b/packages/cli/src/cli.ts @@ -15,7 +15,7 @@ import { collectDashboard } from "../../../lib/dashboard/collect"; import { renderStats } from "../../../lib/dashboard/stats-text"; import { FINANCE_DAYS, runDashboard } from "../../../cli/dashboard"; -export const VERSION = "0.1.0"; +export const VERSION = "0.2.0"; type Args = { command: string;