updated unity version in package.json

main
Justin Barnett 2025-03-18 20:38:24 -04:00
parent 8860a7317c
commit be47f39b12
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ {
"name": "com.justinpbarnett.unity-mcp", "name": "com.justinpbarnett.unity-mcp",
"version": "0.1.0", "version": "0.1.4",
"displayName": "Unity MCP Server", "displayName": "Unity MCP Server",
"description": "A Unity package to communicate with a local MCP Client via a Python server.", "description": "A Unity package to communicate with a local MCP Client via a Python server.",
"unity": "6000.0", "unity": "2022.3",
"dependencies": { "dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2" "com.unity.nuget.newtonsoft-json": "3.0.2"
} }