diff --git a/README.md b/README.md index 5e4d711..bd3d5dd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g @tildacloud/cli $ tilda COMMAND running command... $ tilda (--version) -@tildacloud/cli/0.29.0 darwin-arm64 node-v20.12.2 +@tildacloud/cli/0.30.0 darwin-arm64 node-v20.12.2 $ tilda --help [COMMAND] USAGE $ tilda COMMAND @@ -72,7 +72,7 @@ DESCRIPTION Build the application ``` -_See code: [src/commands/build/index.ts](https://github.com/TildaCloud/cli/blob/v0.29.0/src/commands/build/index.ts)_ +_See code: [src/commands/build/index.ts](https://github.com/TildaCloud/cli/blob/v0.30.0/src/commands/build/index.ts)_ ## `tilda build nextjs` @@ -97,7 +97,7 @@ DESCRIPTION Build Next.js project ``` -_See code: [src/commands/build/nextjs/index.ts](https://github.com/TildaCloud/cli/blob/v0.29.0/src/commands/build/nextjs/index.ts)_ +_See code: [src/commands/build/nextjs/index.ts](https://github.com/TildaCloud/cli/blob/v0.30.0/src/commands/build/nextjs/index.ts)_ ## `tilda deploy` @@ -123,7 +123,7 @@ DESCRIPTION Build the application ``` -_See code: [src/commands/deploy/index.ts](https://github.com/TildaCloud/cli/blob/v0.29.0/src/commands/deploy/index.ts)_ +_See code: [src/commands/deploy/index.ts](https://github.com/TildaCloud/cli/blob/v0.30.0/src/commands/deploy/index.ts)_ ## `tilda help [COMMAND]` @@ -164,7 +164,7 @@ DESCRIPTION Log in to Tilda ``` -_See code: [src/commands/login/index.ts](https://github.com/TildaCloud/cli/blob/v0.29.0/src/commands/login/index.ts)_ +_See code: [src/commands/login/index.ts](https://github.com/TildaCloud/cli/blob/v0.30.0/src/commands/login/index.ts)_ ## `tilda logout` @@ -186,7 +186,7 @@ DESCRIPTION Log in to Tilda ``` -_See code: [src/commands/logout/index.ts](https://github.com/TildaCloud/cli/blob/v0.29.0/src/commands/logout/index.ts)_ +_See code: [src/commands/logout/index.ts](https://github.com/TildaCloud/cli/blob/v0.30.0/src/commands/logout/index.ts)_ ## `tilda plugins` diff --git a/package-lock.json b/package-lock.json index 27a38da..9dd869b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tildacloud/cli", - "version": "0.29.0", + "version": "0.30.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tildacloud/cli", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "@oclif/core": "^4", diff --git a/package.json b/package.json index 569ce17..25e9853 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tildacloud/cli", "description": "A new CLI generated with oclif", - "version": "0.29.0", + "version": "0.30.0", "author": "Tilda", "bin": { "tilda": "./bin/run.js"