Skip to content

Commit 94e4e76

Browse files
authored
chore(release): bump version to 0.85.1 (#916)
Bump version 0.85.0 -> 0.85.1 (explicit) across the plugin package.json (source of truth), Installer.cs, UnityMcpPlugin.cs, and cli/package.json(+lock) via commands/bump-version.ps1.
1 parent 2a603a4 commit 94e4e76

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Installer/Assets/com.IvanMurzak/AI Game Dev Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace com.IvanMurzak.Unity.MCP.Installer
1919
public static partial class Installer
2020
{
2121
public const string PackageId = "com.ivanmurzak.unity.mcp";
22-
public const string Version = "0.85.0";
22+
public const string Version = "0.85.1";
2323

2424
static Installer()
2525
{

Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Runtime/UnityMcpPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace com.IvanMurzak.Unity.MCP
2727

2828
public partial class UnityMcpPlugin : IDisposable
2929
{
30-
public const string Version = "0.85.0";
30+
public const string Version = "0.85.1";
3131

3232
private static int _singletonCount = 0;
3333
public static bool HasAnyInstance => _singletonCount > 0;

Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Unity MCP",
1616
"Unity Skills"
1717
],
18-
"version": "0.85.0",
18+
"version": "0.85.1",
1919
"unity": "2022.3",
2020
"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.",
2121
"documentationUrl": "https://github.com/IvanMurzak/Unity-MCP/blob/main/README.md",

cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-mcp-cli",
3-
"version": "0.85.0",
3+
"version": "0.85.1",
44
"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.",
55
"type": "module",
66
"main": "dist/lib.js",

0 commit comments

Comments
 (0)