ralph-lisa-loop 0.3.9 → 0.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -149,6 +149,6 @@ function showVersion() {
149
149
  console.log(`ralph-lisa-loop v${pkg.version}`);
150
150
  }
151
151
  catch {
152
- console.log("ralph-lisa-loop v0.3.9");
152
+ console.log("ralph-lisa-loop v0.3.10");
153
153
  }
154
154
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ralph-lisa-loop",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "Turn-based dual-agent collaboration: Ralph codes, Lisa reviews, consensus required.",
5
5
  "bin": {
6
6
  "ralph-lisa": "dist/cli.js"