Skip to content

Commit c744939

Browse files
lapfelixclaude
andcommitted
Update version to 2.1.4
Bump version for patch release containing duplicate warning fix. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 0427c3b commit c744939

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcodemcp",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Model Context Protocol server for Xcode build automation and log parsing",
55
"mcpName": "io.github.lapfelix/xcodemcp",
66
"main": "dist/index.js",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/lapfelix/XcodeMCP",
88
"source": "github"
99
},
10-
"version": "2.1.3",
10+
"version": "2.1.4",
1111
"packages": [
1212
{
1313
"registry_type": "npm",
1414
"registry_base_url": "https://registry.npmjs.org",
1515
"identifier": "xcodemcp",
16-
"version": "2.1.3",
16+
"version": "2.1.4",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)