Skip to content

Commit 9c64699

Browse files
committed
Update base app version
1 parent c209af6 commit 9c64699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-twenty-app/src/utils/app-template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const createPackageJson = async ({
108108
}) => {
109109
const packageJson = {
110110
name: appName,
111-
version: '0.0.1',
111+
version: '0.1.0',
112112
license: 'MIT',
113113
engines: {
114114
node: '^24.5.0',

0 commit comments

Comments
 (0)