diff --git a/cli.ts b/cli.ts index ad91b4a..4d98b6a 100644 --- a/cli.ts +++ b/cli.ts @@ -13,7 +13,7 @@ try { const { options, args } = await new Command() .name("base85") .description("Base85 (Ascii85 with Adobe Escape Sequence) encode or decode FILE, or standard input, to standard output.") - .version("0.0.6") + .version("0.0.7") .option("-d, --decode", "Decode data") .arguments("