Skip to content

Commit 13ae4b6

Browse files
authored
chore(release): bump version to 0.84.2 (#896)
Bump version 0.84.1 -> 0.84.2 (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 406390c commit 13ae4b6

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.84.1";
22+
public const string Version = "0.84.2";
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
@@ -26,7 +26,7 @@ namespace com.IvanMurzak.Unity.MCP
2626

2727
public partial class UnityMcpPlugin : IDisposable
2828
{
29-
public const string Version = "0.84.1";
29+
public const string Version = "0.84.2";
3030

3131
private static int _singletonCount = 0;
3232
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.84.1",
18+
"version": "0.84.2",
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.84.1",
3+
"version": "0.84.2",
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)