diff options
| author | opencode <[email protected]> | 2025-08-13 19:49:14 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-08-13 19:49:14 +0000 |
| commit | 5bf841ab7a9f3258abe2b1adba4b4bc3f0e4915d (patch) | |
| tree | 969c504c87a9dd2102e61fa6b50a9cd7e8bc36d9 /cloud | |
| parent | 49727e3eab91a9093ba5fff2a2c796746a1f597e (diff) | |
| download | opencode-5bf841ab7a9f3258abe2b1adba4b4bc3f0e4915d.tar.gz opencode-5bf841ab7a9f3258abe2b1adba4b4bc3f0e4915d.zip | |
release: v0.4.44
Diffstat (limited to 'cloud')
| -rw-r--r-- | cloud/core/package.json | 2 | ||||
| -rw-r--r-- | cloud/function/package.json | 2 | ||||
| -rw-r--r-- | cloud/web/package.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cloud/core/package.json b/cloud/core/package.json index 83be293ed..5f77fdafb 100644 --- a/cloud/core/package.json +++ b/cloud/core/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@opencode/cloud-core", - "version": "0.4.43", + "version": "0.4.44", "private": true, "type": "module", "dependencies": { diff --git a/cloud/function/package.json b/cloud/function/package.json index 960d6a429..5cc43d5ac 100644 --- a/cloud/function/package.json +++ b/cloud/function/package.json @@ -1,6 +1,6 @@ { "name": "@opencode/cloud-function", - "version": "0.4.43", + "version": "0.4.44", "$schema": "https://json.schemastore.org/package.json", "private": true, "type": "module", diff --git a/cloud/web/package.json b/cloud/web/package.json index 78774df65..fdca16790 100644 --- a/cloud/web/package.json +++ b/cloud/web/package.json @@ -1,6 +1,6 @@ { "name": "@opencode/cloud-web", - "version": "0.4.43", + "version": "0.4.44", "private": true, "description": "", "type": "module", |
