Skip to content

Commit 7cfb821

Browse files
Merge pull request #70 from justinpbarnett/bugfix/prompt-cleanup
version update
2 parents 82190e7 + 9c8ac7a commit 7cfb821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "unity-mcp"
3-
version = "0.1.0"
3+
version = "1.0.1"
44
description = "Unity MCP Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
55
readme = "README.md"
66
requires-python = ">=3.12"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.justinpbarnett.unity-mcp",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Unity MCP",
55
"description": "A Unity package to communicate with a local MCP Client via a Python server.",
66
"unity": "2020.3",

0 commit comments

Comments
 (0)