Skip to content

Commit bceb996

Browse files
committed
chore: increment npm version number to 0.1.3 and version to 1.0.3 (im still figuring things out)
1 parent 0178eac commit bceb996

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": "@yazangineering/ralph",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Autonomous AI coding loop CLI using Claude Code - named after Ralph Wiggum's naive, relentless persistence",
55
"type": "module",
66
"main": "dist/cli.js",

src/cli.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { logger, setDebugEnabled } from './lib/logger.js';
2020
import { setNotificationsEnabled, setSoundEnabled } from './lib/notifications.js';
2121

2222
// Package version (will be replaced by build)
23-
const VERSION = '1.0.2';
23+
const VERSION = '1.0.3';
2424

2525
// CLI program
2626
const program = new Command();

0 commit comments

Comments
 (0)