Skip to content

Commit aba533e

Browse files
committed
chore: bump to 0.2.1
1 parent 28059fe commit aba533e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/bin/trx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const program = new Command();
1010
program
1111
.name("trx")
1212
.description("Agent-first CLI for audio/video transcription via Whisper")
13-
.version("0.2.0")
13+
.version("0.2.1")
1414
.option("-o, --output <format>", "output format (json, table, auto)", "auto")
1515
.hook("preAction", (thisCommand) => {
1616
const opts = thisCommand.opts();

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crafter/trx",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Agent-first CLI for audio/video transcription via Whisper",
55
"module": "bin/trx.ts",
66
"type": "module",

0 commit comments

Comments
 (0)