diff --git a/apps/cli/package.json b/apps/cli/package.json index d8c8d95..1516bda 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-better-t-stack", - "version": "2.40.0", + "version": "2.40.1", "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations", "type": "module", "license": "MIT", diff --git a/bun.lock b/bun.lock index 86e644b..e09d5a6 100644 --- a/bun.lock +++ b/bun.lock @@ -15,7 +15,7 @@ }, "apps/cli": { "name": "create-better-t-stack", - "version": "2.40.0", + "version": "2.40.1", "bin": { "create-better-t-stack": "dist/cli.js", },