Skip to content

Commit 638296a

Browse files
committed
chore: bump version to 0.4.2
1 parent 4f86431 commit 638296a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bmalph",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Unified AI Development Framework - BMAD phases with Ralph execution loop for Claude Code",
55
"type": "module",
66
"bin": {

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const program = new Command();
1010
program
1111
.name("bmalph")
1212
.description("BMAD-METHOD + Ralph integration — structured planning to autonomous implementation")
13-
.version("0.4.1");
13+
.version("0.4.2");
1414

1515
program
1616
.command("init")

0 commit comments

Comments
 (0)