From 048b1252de3bff367cde234b397f99efc2be0c6b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 27 Sep 2025 17:53:28 +0000 Subject: [PATCH] chore: bump version to 4.1.0 --- UnityMcpBridge/UnityMcpServer~/src/pyproject.toml | 2 +- UnityMcpBridge/UnityMcpServer~/src/server_version.txt | 2 +- UnityMcpBridge/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UnityMcpBridge/UnityMcpServer~/src/pyproject.toml b/UnityMcpBridge/UnityMcpServer~/src/pyproject.toml index 236726e..fb78365 100644 --- a/UnityMcpBridge/UnityMcpServer~/src/pyproject.toml +++ b/UnityMcpBridge/UnityMcpServer~/src/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "MCPForUnityServer" -version = "4.0.0" +version = "4.1.0" description = "MCP for Unity Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)." readme = "README.md" requires-python = ">=3.10" diff --git a/UnityMcpBridge/UnityMcpServer~/src/server_version.txt b/UnityMcpBridge/UnityMcpServer~/src/server_version.txt index fcdb2e1..ee74734 100644 --- a/UnityMcpBridge/UnityMcpServer~/src/server_version.txt +++ b/UnityMcpBridge/UnityMcpServer~/src/server_version.txt @@ -1 +1 @@ -4.0.0 +4.1.0 diff --git a/UnityMcpBridge/package.json b/UnityMcpBridge/package.json index 121d01e..66a2dfd 100644 --- a/UnityMcpBridge/package.json +++ b/UnityMcpBridge/package.json @@ -1,6 +1,6 @@ { "name": "com.coplaydev.unity-mcp", - "version": "4.0.0", + "version": "4.1.0", "displayName": "MCP for Unity", "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", "unity": "2021.3",