openowl 0.3.3 → 0.3.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/install.js +1 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -8,7 +8,7 @@ const https = require("https");
8
8
  const http = require("http");
9
9
  const { execSync } = require("child_process");
10
10
 
11
- const VERSION = "0.3.2";
11
+ const VERSION = "0.3.3";
12
12
  const BASE_URL =
13
13
  "https://dedjlsvrwafhyznaazbm.supabase.co/storage/v1/object/public/releases";
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openowl",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "AI desktop automation MCP server — give your AI eyes and hands",
5
5
  "homepage": "https://openowl-portal.vercel.app",
6
6
  "repository": {