Skip to content

Commit 3c99f44

Browse files
chore: bump version to 0.39.0
1 parent ef7e9a9 commit 3c99f44

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Sources/mirroir-mcp/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
/// constant in lockstep with `npm/package.json` and `server.json`.
1313
enum MirroirVersion {
1414
/// Semantic version (`X.Y.Z`) reported in the MCP `initialize` handshake.
15-
static let current = "0.38.2"
15+
static let current = "0.39.0"
1616
}

npm/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const fs = require("fs");
88
const path = require("path");
99
const { execSync } = require("child_process");
1010

11-
const VERSION = "0.38.2";
11+
const VERSION = "0.39.0";
1212
const REPO = "jfarcand/mirroir-mcp";
1313
const BINARY = "mirroir-mcp";
1414

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mirroir-mcp",
3-
"version": "0.38.2",
3+
"version": "0.39.0",
44
"description": "MCP server that controls a real iPhone through macOS iPhone Mirroring. Screenshot, tap, swipe, type — from any MCP client.",
55
"mcpName": "io.github.jfarcand/mirroir-mcp",
66
"license": "Apache-2.0",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/jfarcand/mirroir-mcp",
77
"source": "github"
88
},
9-
"version": "0.38.2",
9+
"version": "0.39.0",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "mirroir-mcp",
14-
"version": "0.38.2",
14+
"version": "0.39.0",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)