ralphctl 0.1.3 → 0.1.4

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.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -4128,7 +4128,7 @@ Checks performed:
4128
4128
  // package.json
4129
4129
  var package_default = {
4130
4130
  name: "ralphctl",
4131
- version: "0.1.3",
4131
+ version: "0.1.4",
4132
4132
  description: "Sprint and task management CLI for AI-assisted coding",
4133
4133
  homepage: "https://github.com/lukas-grigis/ralphctl",
4134
4134
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ralphctl",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Sprint and task management CLI for AI-assisted coding",
5
5
  "homepage": "https://github.com/lukas-grigis/ralphctl",
6
6
  "type": "module",