Skip to content

Commit 77ea952

Browse files
committed
Bump version to 1.1.0 in package.json, package-lock.json, and CLI output
1 parent b5f4393 commit 77ea952

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "calmui",
33
"description": "A CLI tool for generating and managing a consistent project structure for frontend applications.",
4-
"version": "1.0.3",
4+
"version": "1.1.0",
55
"type": "module",
66
"bin": {
77
"calmui": "bin/index.js"

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const program = new Command();
88
program
99
.name("calmui")
1010
.description("CLI to scaffold projects and generate modules for frontend")
11-
.version("1.0.3");
11+
.version("1.1.0");
1212

1313
// Initialize project command
1414
program.addCommand(initCommand);

0 commit comments

Comments
 (0)