From 3099703c54f8c582a255aa3ea56f2e1a73df5bc3 Mon Sep 17 00:00:00 2001 From: Jan Kaniewski Date: Sat, 10 Nov 2018 04:23:51 -0800 Subject: [PATCH] Update UnrealEnginePython.uplugin --- UnrealEnginePython.uplugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnrealEnginePython.uplugin b/UnrealEnginePython.uplugin index 071f7d40e..b0a0413ea 100644 --- a/UnrealEnginePython.uplugin +++ b/UnrealEnginePython.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.7.5", + "VersionName": "1.8.0", "FriendlyName": "UnrealEnginePython", "Description": "Embed a Python VM in your project", "Category": "Scripting Languages",