diff --git a/packages/cli/package.json b/packages/cli/package.json index 253444e..490a88c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "sequoia-cli", - "version": "0.5.2", + "version": "0.5.3", "type": "module", "bin": { "sequoia": "dist/index.js" diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts index ea25e6b..6fe4324 100755 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -36,7 +36,7 @@ Publish evergreen content to the ATmosphere > https://tangled.org/stevedylan.dev/sequoia `, - version: "0.5.2", + version: "0.5.3", cmds: { add: addCommand, auth: authCommand,