Skip to content

Commit bf7fd5b

Browse files
committed
Bump version to 0.24.9
1 parent 75bf03c commit bf7fd5b

File tree

15 files changed

+30
-30
lines changed

15 files changed

+30
-30
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ members = [
1313

1414
# Shared metadata for workspace members
1515
[workspace.package]
16-
version = "0.24.8"
16+
version = "0.24.9"
1717
edition = "2021" # From your original Cargo.toml
1818
license-file = "LICENSE"
1919

2020
# Centralized dependency definitions
2121
[workspace.dependencies]
2222
# Terminator Core library itself (for other members to depend on)
23-
terminator = { version = "0.24.8", path = "./crates/terminator", package = "terminator-rs" }
24-
terminator-computer-use = { version = "0.24.8", path = "./crates/terminator-computer-use" }
23+
terminator = { version = "0.24.9", path = "./crates/terminator", package = "terminator-rs" }
24+
terminator-computer-use = { version = "0.24.9", path = "./crates/terminator-computer-use" }
2525

2626
# Common dependencies from your original Cargo.toml
2727
serde = { version = "1.0.219", features = ["derive"] }

crates/terminator-cli/npm/win32-arm64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"type": "git",
1818
"url": "https://github.com/mediar-ai/terminator"
1919
},
20-
"version": "0.24.8"
20+
"version": "0.24.9"
2121
}

crates/terminator-cli/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"type": "git",
1818
"url": "https://github.com/mediar-ai/terminator"
1919
},
20-
"version": "0.24.8"
20+
"version": "0.24.9"
2121
}

crates/terminator-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"name": "@mediar-ai/cli",
1414
"optionalDependencies": {
15-
"@mediar-ai/cli-win32-arm64-msvc": "0.24.8",
16-
"@mediar-ai/cli-win32-x64-msvc": "0.24.8"
15+
"@mediar-ai/cli-win32-arm64-msvc": "0.24.9",
16+
"@mediar-ai/cli-win32-x64-msvc": "0.24.9"
1717
},
1818
"repository": {
1919
"type": "git",
@@ -24,5 +24,5 @@
2424
"build:debug": "node ./utils/build-cli.js --debug",
2525
"sync-version": "node ./utils/sync-version.js"
2626
},
27-
"version": "0.24.8"
27+
"version": "0.24.9"
2828
}

crates/terminator-mcp-agent/npm/win32-arm64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"type": "git",
1818
"url": "https://github.com/mediar-ai/terminator"
1919
},
20-
"version": "0.24.8"
20+
"version": "0.24.9"
2121
}

crates/terminator-mcp-agent/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"type": "git",
1818
"url": "https://github.com/mediar-ai/terminator"
1919
},
20-
"version": "0.24.8"
20+
"version": "0.24.9"
2121
}

crates/terminator-mcp-agent/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"name": "terminator-mcp-agent",
1919
"optionalDependencies": {
20-
"terminator-mcp-win32-arm64-msvc": "0.24.8",
21-
"terminator-mcp-win32-x64-msvc": "0.24.8"
20+
"terminator-mcp-win32-arm64-msvc": "0.24.9",
21+
"terminator-mcp-win32-x64-msvc": "0.24.9"
2222
},
2323
"repository": {
2424
"type": "git",
@@ -31,5 +31,5 @@
3131
"sync-version": "node ./utils/sync-version.js",
3232
"update-badges": "node ./utils/update-badges.js"
3333
},
34-
"version": "0.24.8"
34+
"version": "0.24.9"
3535
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"manifest_version": 3,
33
"name": "Terminator Bridge",
4-
"version": "0.24.8"
4+
"version": "0.24.9"
55
}

crates/terminator/browser-extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"alarms",
3434
"storage"
3535
],
36-
"version": "0.24.8"
36+
"version": "0.24.9"
3737
}

0 commit comments

Comments
 (0)