Skip to content

Commit 4bc25d0

Browse files
committed
chore: update version
1 parent bcb47a8 commit 4bc25d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kirimase",
3-
"version": "0.0.54",
3+
"version": "0.0.55",
44
"description": "A Rails-like CLI for building full-stack Next.js apps faster",
55
"main": "index.js",
66
"type": "module",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { buildSchema } from "./commands/generate/index.js";
66
import { addPackage } from "./commands/add/index.js";
77

88
const program = new Command();
9-
program.name("kirimase").description("Kirimase CLI").version("0.0.54");
9+
program.name("kirimase").description("Kirimase CLI").version("0.0.55");
1010

1111
addCommonOptions(program.command("init"))
1212
.description("initialise and configure kirimase within directory")

0 commit comments

Comments
 (0)