anywhere-ai 0.0.25 → 0.0.26

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 +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -12,11 +12,11 @@ import qrcode from "qrcode";
12
12
  var args = process.argv.slice(2);
13
13
  var command = args.find((a) => !a.startsWith("-"));
14
14
  if (args.includes("--version") || args.includes("-v")) {
15
- console.log(`anywhere-ai v${"0.0.25"}`);
15
+ console.log(`anywhere-ai v${"0.0.26"}`);
16
16
  process.exit(0);
17
17
  }
18
18
  if (args.includes("--help") || args.includes("-h") || command === "help") {
19
- console.log(`anywhere-ai v${"0.0.25"} \u2014 Mobile coding agent
19
+ console.log(`anywhere-ai v${"0.0.26"} \u2014 Mobile coding agent
20
20
 
21
21
  Usage: anywhere-ai [command] [options]
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anywhere-ai",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "type": "module",
5
5
  "description": "Code on any repo from your phone",
6
6
  "bin": {