Skip to content

Commit b7e55e2

Browse files
author
Shimi Dudkin
committed
Release v0.2.1
1 parent c186863 commit b7e55e2

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

linux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "screenmcp-linux"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "ScreenMCP Linux client - desktop control via system tray"
66

mac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "screenmcp-mac"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "ScreenMCP Mac client - desktop control via menu bar icon"
66

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "screenmcp"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Python SDK for ScreenMCP — control Android phones programmatically"
99
readme = "README.md"
1010
license = {text = "MIT"}

sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@screenmcp/sdk",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "TypeScript SDK for controlling phones via ScreenMCP",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

windows/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "screenmcp-windows"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "ScreenMCP Windows client - desktop control via system tray"
66

worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "screenmcp-worker"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)