Revert "Bump version because we have a name change"

This reverts commit 148fa8b431.

We'll test the actions that bumps the version and tags the repo
main
Marcus Sanatan 2025-08-14 18:48:39 -04:00
parent 79389d832e
commit ce39ca6d49
2 changed files with 2 additions and 2 deletions

View File

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

View File

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