From ce39ca6d49052de8ac3263a308596be3aee80838 Mon Sep 17 00:00:00 2001 From: Marcus Sanatan Date: Thu, 14 Aug 2025 18:48:39 -0400 Subject: [PATCH] Revert "Bump version because we have a name change" This reverts commit 148fa8b431ea7c4198030d48b7a3c0cfdf869258. We'll test the actions that bumps the version and tags the repo --- 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 5ecb103..2c05fb8 100644 --- a/UnityMcpBridge/UnityMcpServer~/src/pyproject.toml +++ b/UnityMcpBridge/UnityMcpServer~/src/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "UnityMcpServer" -version = "2.1.2" +version = "2.0.0" 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 7e89ddb..048a475 100644 --- a/UnityMcpBridge/package.json +++ b/UnityMcpBridge/package.json @@ -1,6 +1,6 @@ { "name": "com.coplaydev.unity-mcp", - "version": "2.1.2", + "version": "2.1.1", "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",