chore(release): bump platform packages to 3.0.0-beta.9

🤖 Generated with OhMyOpenCode assistance
This commit is contained in:
justsisyphus
2026-01-17 17:54:57 +09:00
parent e37493a6db
commit a2f64e18f3
9 changed files with 159 additions and 62 deletions
+13 -5
View File
@@ -1,16 +1,24 @@
{
"name": "oh-my-opencode-linux-arm64",
"version": "3.0.0-beta.8",
"version": "3.0.0-beta.9",
"description": "Platform-specific binary for oh-my-opencode (linux-arm64)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/code-yeongyu/oh-my-opencode"
},
"os": ["linux"],
"cpu": ["arm64"],
"libc": ["glibc"],
"files": ["bin"],
"os": [
"linux"
],
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"files": [
"bin"
],
"bin": {
"oh-my-opencode": "./bin/oh-my-opencode"
}