owo-cli 1.3.0 → 1.3.1

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/owo.js +1 -1
  2. package/package.json +1 -1
package/dist/owo.js CHANGED
@@ -24767,7 +24767,7 @@ async function copyToClipboard(text) {
24767
24767
  throw new Error(`Clipboard operation failed: ${error2}`);
24768
24768
  }
24769
24769
  }
24770
- var VERSION3 = "1.3.0";
24770
+ var VERSION3 = "1.3.1";
24771
24771
  function printHelp() {
24772
24772
  console.log(`owo v${VERSION3} - Natural language to shell commands using AI
24773
24773
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owo-cli",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Natural language to shell commands using AI",
5
5
  "type": "module",
6
6
  "bin": {