From 60a2ed474930f38f8775c0a8029df3dc85b56272 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 14 Aug 2025 23:19:31 +0000 Subject: [PATCH] chore: bump version to 2.1.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 2c05fb8..5ecb103 100644 --- a/UnityMcpBridge/UnityMcpServer~/src/pyproject.toml +++ b/UnityMcpBridge/UnityMcpServer~/src/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "UnityMcpServer" -version = "2.0.0" +version = "2.1.2" description = "Unity MCP 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 048a475..7e89ddb 100644 --- a/UnityMcpBridge/package.json +++ b/UnityMcpBridge/package.json @@ -1,6 +1,6 @@ { "name": "com.coplaydev.unity-mcp", - "version": "2.1.1", + "version": "2.1.2", "displayName": "Unity MCP", "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.", "unity": "2021.3",