Skip to content

Commit fd4da69

Browse files
committed
chore: Bump version to 1.3.21
1 parent cc01e89 commit fd4da69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/vako.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const program = new Command();
2121
program
2222
.name('vako')
2323
.description('Vako Framework CLI')
24-
.version('1.3.20');
24+
.version('1.3.21');
2525

2626
// ============= DEV COMMAND =============
2727
program

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vako",
3-
"version": "1.3.20",
3+
"version": "1.3.21",
44
"description": "🚀 Ultra-modern Node.js framework with hot reload, plugins, authentication, TypeScript support, and Next.js integration",
55
"main": "index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)