chore: version bump f8a30d42
Steve · 2026-01-31 21:04 2 file(s) · +2 −2
packages/cli/package.json +1 −1
1 1
{
2 2
	"name": "sequoia-cli",
3 -
	"version": "0.1.1",
3 +
	"version": "0.2.0",
4 4
	"type": "module",
5 5
	"bin": {
6 6
		"sequoia": "dist/index.js"
packages/cli/src/index.ts +1 −1
33 33
34 34
> https://tangled.org/stevedylan.dev/sequoia
35 35
	`,
36 -
	version: "0.1.1",
36 +
	version: "0.2.0",
37 37
	cmds: {
38 38
		auth: authCommand,
39 39
		init: initCommand,