Skip to content

Commit 48039e1

Browse files
committed
chore: bump version to 0.3.6
1 parent a64df41 commit 48039e1

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "native-devtools-mcp"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
edition = "2021"
55
license = "MIT"
66

npm/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": "@sh3ll3x3c/native-devtools-mcp-darwin-arm64",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "native-devtools-mcp binary for macOS ARM64",
55
"license": "MIT",
66
"repository": {

npm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-devtools-mcp",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "MCP server for computer-use / desktop automation of native apps (screenshots, OCR, input)",
55
"license": "MIT",
66
"repository": {
@@ -39,8 +39,8 @@
3939
"bin"
4040
],
4141
"optionalDependencies": {
42-
"@sh3ll3x3c/native-devtools-mcp-darwin-arm64": "0.3.5",
43-
"@sh3ll3x3c/native-devtools-mcp-win32-x64": "0.3.5"
42+
"@sh3ll3x3c/native-devtools-mcp-darwin-arm64": "0.3.6",
43+
"@sh3ll3x3c/native-devtools-mcp-win32-x64": "0.3.6"
4444
},
4545
"engines": {
4646
"node": ">=18"

npm/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sh3ll3x3c/native-devtools-mcp-win32-x64",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "native-devtools-mcp binary for Windows x64",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)