From f8a30d42984241ca2666b6ef6e9e9d8203da38f2 Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 31 Jan 2026 21:04:02 -0500 Subject: [PATCH] chore: version bump --- packages/cli/package.json | 2 +- packages/cli/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 960798f..64c812f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "sequoia-cli", - "version": "0.1.1", + "version": "0.2.0", "type": "module", "bin": { "sequoia": "dist/index.js" diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts index bd2aa5d..72a05ba 100755 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -33,7 +33,7 @@ Publish evergreen content to the ATmosphere > https://tangled.org/stevedylan.dev/sequoia `, - version: "0.1.1", + version: "0.2.0", cmds: { auth: authCommand, init: initCommand, -- 2.51.2