Skip to content

Commit 6b67751

Browse files
committed
chore: bump version to 0.5.2
1 parent 99b89a9 commit 6b67751

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iwdp-mcp",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "iOS Safari debugging via ios-webkit-debug-proxy — MCP server with full WebKit Inspector Protocol support",
55
"owner": {
66
"name": "nnemirovsky"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iwdp-mcp",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "iOS Safari debugging via ios-webkit-debug-proxy — MCP server with full WebKit Inspector Protocol support",
55
"mcpServers": {
66
"iwdp-mcp": {

cmd/iwdp-mcp/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func lookupInterceptStage(requestID string) string {
6565
func main() {
6666
server := mcp.NewServer(&mcp.Implementation{
6767
Name: "iwdp-mcp",
68-
Version: "0.5.1",
68+
Version: "0.5.2",
6969
}, nil)
7070

7171
registerTools(server)

0 commit comments

Comments
 (0)