From be47f39b12f4e6b658207a40149e956d90eda2a7 Mon Sep 17 00:00:00 2001 From: Justin Barnett Date: Tue, 18 Mar 2025 20:38:24 -0400 Subject: [PATCH] updated unity version in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bb5c1e5..8425784 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "com.justinpbarnett.unity-mcp", - "version": "0.1.0", + "version": "0.1.4", "displayName": "Unity MCP Server", "description": "A Unity package to communicate with a local MCP Client via a Python server.", - "unity": "6000.0", + "unity": "2022.3", "dependencies": { "com.unity.nuget.newtonsoft-json": "3.0.2" }