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,