Skip to content

Commit a1caf64

Browse files
committed
Release v1.2.0-beta.1
1 parent 95d1db6 commit a1caf64

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Then configure your MCP client to use mise to install XcodeBuildMCP:
161161
"command": "mise",
162162
"args": [
163163
"x",
164-
"npm:xcodebuildmcp@1.10.4",
164+
"npm:xcodebuildmcp@1.2.0-beta.1",
165165
"--",
166166
"xcodebuildmcp"
167167
]

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcodebuildmcp",
3-
"version": "1.10.4",
3+
"version": "1.2.0-beta.1",
44
"iOSTemplateVersion": "v1.0.8",
55
"macOSTemplateVersion": "v1.0.5",
66
"main": "build/index.js",
@@ -79,4 +79,4 @@
7979
"vitest": "^3.2.4",
8080
"xcode": "^3.0.1"
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)