From 8b50e327d52bfb620820c4d6a0b00c14a5408f49 Mon Sep 17 00:00:00 2001 From: ruben-cytonic Date: Thu, 12 Feb 2026 03:41:05 +0000 Subject: [PATCH] fix(release): bump version to 0.2.0 for npm publish The v0.2.0 release commit still had version 0.1.1-beta.16 in package.json, causing npm publish to fail with E403 since that version was already published. Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 438b07c..4014128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ralph-starter", - "version": "0.1.1-beta.16", + "version": "0.2.0", "description": "Ralph Wiggum made easy. One command to run autonomous AI coding loops with auto-commit, PRs, and Docker sandbox.", "main": "dist/index.js", "bin": {