From 32cb8137cc687294627c4c337cb1f09e5a773d50 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 11 Oct 2025 07:12:26 +0000 Subject: [PATCH] chore: bump version to 6.0.0 --- MCPForUnity/UnityMcpServer~/src/pyproject.toml | 2 +- MCPForUnity/UnityMcpServer~/src/server_version.txt | 2 +- MCPForUnity/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MCPForUnity/UnityMcpServer~/src/pyproject.toml b/MCPForUnity/UnityMcpServer~/src/pyproject.toml index 0d624bf..ca02d6e 100644 --- a/MCPForUnity/UnityMcpServer~/src/pyproject.toml +++ b/MCPForUnity/UnityMcpServer~/src/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "MCPForUnityServer" -version = "5.0.0" +version = "6.0.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/MCPForUnity/UnityMcpServer~/src/server_version.txt b/MCPForUnity/UnityMcpServer~/src/server_version.txt index 0062ac9..09b254e 100644 --- a/MCPForUnity/UnityMcpServer~/src/server_version.txt +++ b/MCPForUnity/UnityMcpServer~/src/server_version.txt @@ -1 +1 @@ -5.0.0 +6.0.0 diff --git a/MCPForUnity/package.json b/MCPForUnity/package.json index 20d439e..8d8ad0c 100644 --- a/MCPForUnity/package.json +++ b/MCPForUnity/package.json @@ -1,6 +1,6 @@ { "name": "com.coplaydev.unity-mcp", - "version": "5.0.0", + "version": "6.0.0", "displayName": "MCP for Unity", "description": "A bridge that connects AI assistants to Unity via the MCP (Model Context Protocol). Allows AI clients like Claude Code, Cursor, and VSCode to directly control your Unity Editor for enhanced development workflows.\n\nFeatures automated setup wizard, cross-platform support, and seamless integration with popular AI development tools.\n\nJoin Our Discord: https://discord.gg/y4p8KfzrN4", "unity": "2021.3",