diff --git a/Installer/Assets/com.IvanMurzak/AI Particle System Installer/Installer.cs b/Installer/Assets/com.IvanMurzak/AI Particle System Installer/Installer.cs index bfecc31..52e9501 100644 --- a/Installer/Assets/com.IvanMurzak/AI Particle System Installer/Installer.cs +++ b/Installer/Assets/com.IvanMurzak/AI Particle System Installer/Installer.cs @@ -19,7 +19,7 @@ namespace com.IvanMurzak.Unity.MCP.ParticleSystem.Installer public static partial class Installer { public const string PackageId = "com.ivanmurzak.unity.mcp.particlesystem"; - public const string Version = "1.2.20"; + public const string Version = "1.2.21"; static Installer() { diff --git a/Unity-Package/Packages/com.ivanmurzak.unity.mcp.particlesystem/package.json b/Unity-Package/Packages/com.ivanmurzak.unity.mcp.particlesystem/package.json index 43a7ae3..869cefe 100644 --- a/Unity-Package/Packages/com.ivanmurzak.unity.mcp.particlesystem/package.json +++ b/Unity-Package/Packages/com.ivanmurzak.unity.mcp.particlesystem/package.json @@ -24,11 +24,11 @@ "renderer", "editor-tooling" ], - "version": "1.2.20", + "version": "1.2.21", "unity": "2022.3", "description": "AI-powered tools for Unity ParticleSystem workflow. Inspect and modify ParticleSystem components via natural language commands—configure emission, shape, velocity curves, color gradients, and all modules without manual inspector navigation. Ideal for rapid prototyping and procedural effects generation. Built on top of the AI Game Developer (Unity-MCP) platform.", "dependencies": { - "com.ivanmurzak.unity.mcp": "0.81.1", + "com.ivanmurzak.unity.mcp": "0.82.1", "com.unity.modules.particlesystem": "1.0.0" }, "scopedRegistries": [ diff --git a/Unity-Package/Packages/packages-lock.json b/Unity-Package/Packages/packages-lock.json index 98a979e..3550bd1 100644 --- a/Unity-Package/Packages/packages-lock.json +++ b/Unity-Package/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.ivanmurzak.unity.mcp": { - "version": "0.81.1", + "version": "0.82.1", "depth": 0, "source": "registry", "dependencies": {