diff --git a/Plugins/UnrealMCPython/UnrealMCPython.uplugin b/Plugins/UnrealMCPython/UnrealMCPython.uplugin index 5cecb06..85af59a 100644 --- a/Plugins/UnrealMCPython/UnrealMCPython.uplugin +++ b/Plugins/UnrealMCPython/UnrealMCPython.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 4, - "VersionName": "2.1.0", + "Version": 5, + "VersionName": "2.2.0", "FriendlyName": "UnrealMCPython", "Description": "", "Category": "Other", diff --git a/mcp-server/pyproject.toml b/mcp-server/pyproject.toml index 725d28b..8923455 100644 --- a/mcp-server/pyproject.toml +++ b/mcp-server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "unrealmcp" -version = "2.1.0" +version = "2.2.0" description = "MCP Server for Unreal Engine integration" authors = [ {name = "Jinhyung Ahn", email = "zenoengine@gmail.com"}