Skip to content

Commit 65ab98c

Browse files
committed
chore: bump version to 0.4.1
1 parent 11d944d commit 65ab98c

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.4.0",
3+
"version": "0.4.1",
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.4.0",
3+
"version": "0.4.1",
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
@@ -63,7 +63,7 @@ func lookupInterceptStage(requestID string) string {
6363
func main() {
6464
server := mcp.NewServer(&mcp.Implementation{
6565
Name: "iwdp-mcp",
66-
Version: "0.4.0",
66+
Version: "0.4.1",
6767
}, nil)
6868

6969
registerTools(server)

0 commit comments

Comments
 (0)