Skip to content

Commit 201906b

Browse files
release: 5.0.0
1 parent f7d9f66 commit 201906b

7 files changed

Lines changed: 274 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "5.0.0"
33
}

CHANGELOG.md

Lines changed: 268 additions & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mobilerun/sdk",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "The official TypeScript library for the Mobilerun API",
55
"author": "Mobilerun <support@droidrun.ai>",
66
"types": "dist/index.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "@mobilerun/sdk-mcp",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"description": "The official MCP Server for the Mobilerun API",
66
"author": {
77
"name": "Mobilerun",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mobilerun/sdk-mcp",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "The official MCP Server for the Mobilerun API",
55
"author": "Mobilerun <support@droidrun.ai>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const newMcpServer = async ({
2828
new McpServer(
2929
{
3030
name: 'mobilerun_sdk_api',
31-
version: '4.0.0',
31+
version: '5.0.0',
3232
},
3333
{
3434
instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '4.0.0'; // x-release-please-version
1+
export const VERSION = '5.0.0'; // x-release-please-version

0 commit comments

Comments
 (0)