Skip to content

Commit a5db86e

Browse files
release: v3.0.1
1 parent 14f450b commit a5db86e

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -73,13 +73,13 @@
7373
"typescript": "^5.7.3"
7474
},
7575
"optionalDependencies": {
76-
"oh-my-opencode-darwin-arm64": "3.0.0",
77-
"oh-my-opencode-darwin-x64": "3.0.0",
78-
"oh-my-opencode-linux-arm64": "3.0.0",
79-
"oh-my-opencode-linux-arm64-musl": "3.0.0",
80-
"oh-my-opencode-linux-x64": "3.0.0",
81-
"oh-my-opencode-linux-x64-musl": "3.0.0",
82-
"oh-my-opencode-windows-x64": "3.0.0"
76+
"oh-my-opencode-darwin-arm64": "3.0.1",
77+
"oh-my-opencode-darwin-x64": "3.0.1",
78+
"oh-my-opencode-linux-arm64": "3.0.1",
79+
"oh-my-opencode-linux-arm64-musl": "3.0.1",
80+
"oh-my-opencode-linux-x64": "3.0.1",
81+
"oh-my-opencode-linux-x64-musl": "3.0.1",
82+
"oh-my-opencode-windows-x64": "3.0.1"
8383
},
8484
"trustedDependencies": [
8585
"@ast-grep/cli",

packages/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-darwin-arm64",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Platform-specific binary for oh-my-opencode (darwin-arm64)",
55
"license": "MIT",
66
"repository": {

packages/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-darwin-x64",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Platform-specific binary for oh-my-opencode (darwin-x64)",
55
"license": "MIT",
66
"repository": {

packages/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-linux-arm64-musl",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Platform-specific binary for oh-my-opencode (linux-arm64-musl)",
55
"license": "MIT",
66
"repository": {

packages/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-linux-arm64",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Platform-specific binary for oh-my-opencode (linux-arm64)",
55
"license": "MIT",
66
"repository": {

packages/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-linux-x64-musl",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Platform-specific binary for oh-my-opencode (linux-x64-musl)",
55
"license": "MIT",
66
"repository": {

packages/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-linux-x64",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Platform-specific binary for oh-my-opencode (linux-x64)",
55
"license": "MIT",
66
"repository": {

packages/windows-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-opencode-windows-x64",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Platform-specific binary for oh-my-opencode (windows-x64)",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)