chore: bump version to 2.1.2

main
GitHub Actions 2025-08-14 23:19:31 +00:00
parent df07716c75
commit 60a2ed4749
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "UnityMcpServer" 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)." description = "Unity MCP Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

View File

@ -1,6 +1,6 @@
{ {
"name": "com.coplaydev.unity-mcp", "name": "com.coplaydev.unity-mcp",
"version": "2.1.1", "version": "2.1.2",
"displayName": "Unity MCP", "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.", "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", "unity": "2021.3",