From 39c9246de1d6a67e22b977f07b2f0ee6eac1632f Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 30 Jan 2026 13:36:35 -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 5e020fc..2aa9117 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "sequoia-cli", - "version": "0.0.6", + "version": "0.1.0", "module": "dist/index.js", "type": "module", "bin": { diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts index 6a8a542..ef2728a 100755 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -33,7 +33,7 @@ Publish evergreen content to the ATmosphere > https://tanlged.org/stevedylan.dev/sequoia `, - version: "0.0.6", + version: "0.1.0", cmds: { auth: authCommand, init: initCommand, -- 2.51.2