Skip to content

Commit 048b125

Browse files
committed
chore: bump version to 4.1.0
1 parent 5acf107 commit 048b125

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

UnityMcpBridge/UnityMcpServer~/src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "MCPForUnityServer"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
description = "MCP for Unity Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
55
readme = "README.md"
66
requires-python = ">=3.10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.1.0

UnityMcpBridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.coplaydev.unity-mcp",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"displayName": "MCP for Unity",
55
"description": "A bridge that connects an LLM to Unity via the MCP (Model Context Protocol). This allows MCP Clients like Claude Desktop or Cursor to directly control your Unity Editor.\n\nJoin Our Discord: https://discord.gg/y4p8KfzrN4",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)