Skip to content

Commit a62cf30

Browse files
release: v3.2.2
1 parent 49c9339 commit a62cf30

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

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.2.1",
3+
"version": "3.2.2",
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",
@@ -74,13 +74,13 @@
7474
"typescript": "^5.7.3"
7575
},
7676
"optionalDependencies": {
77-
"oh-my-opencode-darwin-arm64": "3.2.1",
78-
"oh-my-opencode-darwin-x64": "3.2.1",
79-
"oh-my-opencode-linux-arm64": "3.2.1",
80-
"oh-my-opencode-linux-arm64-musl": "3.2.1",
81-
"oh-my-opencode-linux-x64": "3.2.1",
82-
"oh-my-opencode-linux-x64-musl": "3.2.1",
83-
"oh-my-opencode-windows-x64": "3.2.1"
77+
"oh-my-opencode-darwin-arm64": "3.2.2",
78+
"oh-my-opencode-darwin-x64": "3.2.2",
79+
"oh-my-opencode-linux-arm64": "3.2.2",
80+
"oh-my-opencode-linux-arm64-musl": "3.2.2",
81+
"oh-my-opencode-linux-x64": "3.2.2",
82+
"oh-my-opencode-linux-x64-musl": "3.2.2",
83+
"oh-my-opencode-windows-x64": "3.2.2"
8484
},
8585
"trustedDependencies": [
8686
"@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.2.1",
3+
"version": "3.2.2",
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.2.1",
3+
"version": "3.2.2",
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.2.1",
3+
"version": "3.2.2",
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.2.1",
3+
"version": "3.2.2",
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.2.1",
3+
"version": "3.2.2",
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.2.1",
3+
"version": "3.2.2",
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.2.1",
3+
"version": "3.2.2",
44
"description": "Platform-specific binary for oh-my-opencode (windows-x64)",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)