summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authoropencode <[email protected]>2025-09-15 22:31:44 +0000
committeropencode <[email protected]>2025-09-15 22:31:44 +0000
commit96698ea070b1d8c91acb942a3a06ca146cc41ce7 (patch)
treec38a7459b022215e33fd85803f04c0126f6f934b /cloud
parent6fff10b670c6f2ddd7d00fd48045e3211a8348a4 (diff)
downloadopencode-96698ea070b1d8c91acb942a3a06ca146cc41ce7.tar.gz
opencode-96698ea070b1d8c91acb942a3a06ca146cc41ce7.zip
release: v0.9.1
Diffstat (limited to 'cloud')
-rw-r--r--cloud/app/package.json2
-rw-r--r--cloud/core/package.json2
-rw-r--r--cloud/function/package.json2
-rw-r--r--cloud/scripts/package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/cloud/app/package.json b/cloud/app/package.json
index dfe3d6e2a..a6b63295e 100644
--- a/cloud/app/package.json
+++ b/cloud/app/package.json
@@ -7,7 +7,7 @@
"dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev",
"build": "vinxi build && ../../packages/opencode/script/schema.ts ./.output/public/config.json",
"start": "vinxi start",
- "version": "0.9.0"
+ "version": "0.9.1"
},
"dependencies": {
"@ibm/plex": "6.4.1",
diff --git a/cloud/core/package.json b/cloud/core/package.json
index c751e3e7c..ca21c2ee4 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.9.0",
+ "version": "0.9.1",
"private": true,
"type": "module",
"dependencies": {
diff --git a/cloud/function/package.json b/cloud/function/package.json
index 45f279c65..6e097b9ba 100644
--- a/cloud/function/package.json
+++ b/cloud/function/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-function",
- "version": "0.9.0",
+ "version": "0.9.1",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
diff --git a/cloud/scripts/package.json b/cloud/scripts/package.json
index 973184908..d50bdc78f 100644
--- a/cloud/scripts/package.json
+++ b/cloud/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@opencode/cloud-scripts",
- "version": "0.9.0",
+ "version": "0.9.1",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",