Skip to content

Commit 24f9ca8

Browse files
committed
Bump version to 0.5.12
1 parent 7337c06 commit 24f9ca8

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212

1313
# Shared metadata for workspace members
1414
[workspace.package]
15-
version = "0.5.11"
15+
version = "0.5.12"
1616
edition = "2021" # From your original Cargo.toml
1717

1818
# Centralized dependency definitions

bindings/nodejs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
}
3838
},
3939
"optionalDependencies": {
40-
"terminator.js-darwin-arm64": "0.5.11",
41-
"terminator.js-darwin-x64": "0.5.11",
42-
"terminator.js-linux-x64-gnu": "0.5.11",
43-
"terminator.js-win32-x64-msvc": "0.5.11"
40+
"terminator.js-darwin-arm64": "0.5.12",
41+
"terminator.js-darwin-x64": "0.5.12",
42+
"terminator.js-linux-x64-gnu": "0.5.12",
43+
"terminator.js-win32-x64-msvc": "0.5.12"
4444
},
4545
"repository": {
4646
"type": "git",
@@ -56,5 +56,5 @@
5656
"test-hook": "powershell.exe -ExecutionPolicy Bypass -File \"../../.git/hooks/pre-push.ps1\""
5757
},
5858
"types": "wrapper.d.ts",
59-
"version": "0.5.11"
59+
"version": "0.5.12"
6060
}

terminator-mcp-agent/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"prepare": "chmod +x terminator-mcp-agent"
2222
},
23-
"version": "0.5.11"
23+
"version": "0.5.12"
2424
}

terminator-mcp-agent/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"prepare": "chmod +x terminator-mcp-agent"
2222
},
23-
"version": "0.5.11"
23+
"version": "0.5.12"
2424
}

terminator-mcp-agent/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"prepare": "chmod +x terminator-mcp-agent"
2222
},
23-
"version": "0.5.11"
23+
"version": "0.5.12"
2424
}

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.5.11"
20+
"version": "0.5.12"
2121
}

terminator-mcp-agent/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"name": "terminator-mcp-agent",
1313
"optionalDependencies": {
14-
"terminator-mcp-darwin-arm64": "0.5.11",
15-
"terminator-mcp-darwin-x64": "0.5.11",
16-
"terminator-mcp-linux-x64-gnu": "0.5.11",
17-
"terminator-mcp-win32-x64-msvc": "0.5.11"
14+
"terminator-mcp-darwin-arm64": "0.5.12",
15+
"terminator-mcp-darwin-x64": "0.5.12",
16+
"terminator-mcp-linux-x64-gnu": "0.5.12",
17+
"terminator-mcp-win32-x64-msvc": "0.5.12"
1818
},
1919
"repository": {
2020
"type": "git",
@@ -26,5 +26,5 @@
2626
"sync-version": "node ./utils/sync-version.js",
2727
"update-badges": "node ./utils/update-badges.js"
2828
},
29-
"version": "0.5.11"
29+
"version": "0.5.12"
3030
}

0 commit comments

Comments
 (0)