From e2190805769ed847cf0c073a08d5fe24b343951d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 6 Sep 2025 18:00:57 +0000 Subject: [PATCH] chore: bump version to 3.3.2 --- UnityMcpBridge/UnityMcpServer~/src/pyproject.toml | 2 +- UnityMcpBridge/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UnityMcpBridge/UnityMcpServer~/src/pyproject.toml b/UnityMcpBridge/UnityMcpServer~/src/pyproject.toml index 20261c8..2ca55bb 100644 --- a/UnityMcpBridge/UnityMcpServer~/src/pyproject.toml +++ b/UnityMcpBridge/UnityMcpServer~/src/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "MCPForUnityServer" -version = "3.3.1" +version = "3.3.2" 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/package.json b/UnityMcpBridge/package.json index fefaaeb..4c2c274 100644 --- a/UnityMcpBridge/package.json +++ b/UnityMcpBridge/package.json @@ -1,6 +1,6 @@ { "name": "com.coplaydev.unity-mcp", - "version": "3.3.1", + "version": "3.3.2", "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",