From 3d630aad3150b9ebb60c116363f3d29362c1933b Mon Sep 17 00:00:00 2001 From: Jin Hyung Ahn Date: Thu, 18 Jun 2026 00:50:15 +0900 Subject: [PATCH] chore: bump version to 2.2.0 (#51) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor release: all additive feature work since v2.1.0 — GAS domain, AnimBlueprint + AnimGraph state machine authoring, world<->screen projection, editor/asset-editor & CVar/log utilities, UMG hierarchy ops + event binding, glTF/glb import, self-hosted E2E CI, and the MCPythonHelper.cpp domain split. 253 actions / 21 domains. EngineVersion stays 5.7.0. --- Plugins/UnrealMCPython/UnrealMCPython.uplugin | 4 ++-- mcp-server/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"}