Skip to content

Commit 77c3d22

Browse files
chore(release): 3.1.1
1 parent e7d0ea7 commit 77c3d22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-better-t-stack",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
55
"type": "module",
66
"license": "MIT",

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"apps/cli": {
2020
"name": "create-better-t-stack",
21-
"version": "3.1.0",
21+
"version": "3.1.1",
2222
"bin": {
2323
"create-better-t-stack": "dist/cli.js",
2424
},

0 commit comments

Comments
 (0)