diff options
| author | opencode <[email protected]> | 2025-09-02 01:52:01 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-09-02 01:52:01 +0000 |
| commit | a9875c553159adbee00a013735166082aa9647ac (patch) | |
| tree | 17c4fc6dc791d8845a866fcb148ac286a5a51f00 /cloud | |
| parent | 4c261ab1db7ee84770cab21235bb45693b872670 (diff) | |
| download | opencode-a9875c553159adbee00a013735166082aa9647ac.tar.gz opencode-a9875c553159adbee00a013735166082aa9647ac.zip | |
release: v0.6.3
Diffstat (limited to 'cloud')
| -rw-r--r-- | cloud/app/package.json | 2 | ||||
| -rw-r--r-- | cloud/core/package.json | 2 | ||||
| -rw-r--r-- | cloud/function/package.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cloud/app/package.json b/cloud/app/package.json index b9b18f886..1456bd4d4 100644 --- a/cloud/app/package.json +++ b/cloud/app/package.json @@ -6,7 +6,7 @@ "dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev", "build": "vinxi build", "start": "vinxi start", - "version": "0.6.2" + "version": "0.6.3" }, "dependencies": { "@ibm/plex": "6.4.1", diff --git a/cloud/core/package.json b/cloud/core/package.json index 77c5606fd..702bb3b06 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.6.2", + "version": "0.6.3", "private": true, "type": "module", "dependencies": { diff --git a/cloud/function/package.json b/cloud/function/package.json index 39b094a52..cc9a559c2 100644 --- a/cloud/function/package.json +++ b/cloud/function/package.json @@ -1,6 +1,6 @@ { "name": "@opencode/cloud-function", - "version": "0.6.2", + "version": "0.6.3", "$schema": "https://json.schemastore.org/package.json", "private": true, "type": "module", |
