From 5f164543064278180ffb0705db6b4bc82e4964ae Mon Sep 17 00:00:00 2001 From: Ivan Murzak Date: Sun, 19 Jul 2026 11:32:23 -0700 Subject: [PATCH] chore(release): bump version to 0.85.0 Bump version 0.84.3 -> 0.85.0 (explicit) across the plugin package.json (source of truth), Installer.cs, UnityMcpPlugin.cs, and cli/package.json(+lock) via commands/bump-version.ps1. --- .../Assets/com.IvanMurzak/AI Game Dev Installer/Installer.cs | 2 +- .../com.ivanmurzak.unity.mcp/Runtime/UnityMcpPlugin.cs | 2 +- .../Packages/com.ivanmurzak.unity.mcp/package.json | 2 +- cli/package-lock.json | 4 ++-- cli/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Installer/Assets/com.IvanMurzak/AI Game Dev Installer/Installer.cs b/Installer/Assets/com.IvanMurzak/AI Game Dev Installer/Installer.cs index 8195049dd..0b1965829 100644 --- a/Installer/Assets/com.IvanMurzak/AI Game Dev Installer/Installer.cs +++ b/Installer/Assets/com.IvanMurzak/AI Game Dev Installer/Installer.cs @@ -19,7 +19,7 @@ namespace com.IvanMurzak.Unity.MCP.Installer public static partial class Installer { public const string PackageId = "com.ivanmurzak.unity.mcp"; - public const string Version = "0.84.3"; + public const string Version = "0.85.0"; static Installer() { diff --git a/Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Runtime/UnityMcpPlugin.cs b/Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Runtime/UnityMcpPlugin.cs index d94ba408f..3afda6721 100644 --- a/Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Runtime/UnityMcpPlugin.cs +++ b/Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Runtime/UnityMcpPlugin.cs @@ -27,7 +27,7 @@ namespace com.IvanMurzak.Unity.MCP public partial class UnityMcpPlugin : IDisposable { - public const string Version = "0.84.3"; + public const string Version = "0.85.0"; private static int _singletonCount = 0; public static bool HasAnyInstance => _singletonCount > 0; diff --git a/Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/package.json b/Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/package.json index 611eb3784..8a7b7b606 100644 --- a/Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/package.json +++ b/Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/package.json @@ -15,7 +15,7 @@ "Unity MCP", "Unity Skills" ], - "version": "0.84.3", + "version": "0.85.0", "unity": "2022.3", "description": "AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.", "documentationUrl": "https://github.com/IvanMurzak/Unity-MCP/blob/main/README.md", diff --git a/cli/package-lock.json b/cli/package-lock.json index 8044113d7..ce32a7a96 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "unity-mcp-cli", - "version": "0.84.3", + "version": "0.85.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "unity-mcp-cli", - "version": "0.84.3", + "version": "0.85.0", "license": "Apache-2.0", "dependencies": { "@baizor/gamedev-cli-core": "^0.1.0", diff --git a/cli/package.json b/cli/package.json index 46a0d8c09..a4c964172 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "unity-mcp-cli", - "version": "0.84.3", + "version": "0.85.0", "description": "Cross-platform CLI tool for AI Game Developer (Skills & MCP). Full AI develop and test loop. Efficient token usage, advanced tools. Creates Unity project, installs plugins, configures tools, and manages HTTP connection with Unity Editor and a game made with Unity. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.", "type": "module", "main": "dist/lib.js",