diff --git a/package-lock.json b/package-lock.json index ef319a5..7890afc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3436,7 +3436,7 @@ }, "packages/cli": { "name": "@ivanmkc/termchart", - "version": "0.5.0", + "version": "0.6.0", "license": "MIT", "bin": { "termchart": "dist/cli.js" diff --git a/packages/cli/package.json b/packages/cli/package.json index 9d5ac0f..583e20a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ivanmkc/termchart", - "version": "0.5.0", + "version": "0.6.0", "description": "Push native diagrams, charts, dashboards & live status to the termchart viewer (browser/iPad) in real time — the CLI for the live canvas your AI draws on; also renders deterministic Mermaid → ASCII/Unicode in the terminal.", "type": "module", "bin": { diff --git a/packages/cli/src/cli.ts b/packages/cli/src/cli.ts index a2debc0..103d55d 100644 --- a/packages/cli/src/cli.ts +++ b/packages/cli/src/cli.ts @@ -21,7 +21,7 @@ import { lint } from "./lint.js"; const DEFAULT_NON_TTY_WIDTH = 80; -const VERSION = "0.5.0"; +const VERSION = "0.6.0"; const USAGE = `termchart — deterministic Mermaid → ASCII/Unicode for terminals