Skip to content

Commit d4dd2ec

Browse files
committed
chore: bump version to 0.3.1
1 parent a5e6ac6 commit d4dd2ec

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.3.0",
3+
"version": "0.3.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.3.0",
3+
"version": "0.3.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
@@ -41,7 +41,7 @@ func getClient(ctx context.Context) (*webkit.Client, error) {
4141
func main() {
4242
server := mcp.NewServer(&mcp.Implementation{
4343
Name: "iwdp-mcp",
44-
Version: "0.3.0",
44+
Version: "0.3.1",
4545
}, nil)
4646

4747
registerTools(server)

0 commit comments

Comments
 (0)