Bump version because we have a name change

main
Marcus Sanatan 2025-08-14 18:29:22 -04:00
parent 3fd59e3927
commit 148fa8b431
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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",