From d713ba8bae6e2dda5883a8c7eb837d2ec51756d1 Mon Sep 17 00:00:00 2001 From: getnamo Date: Tue, 10 Dec 2024 00:42:14 -0800 Subject: [PATCH] bump for 5.5 --- BLUI.uplugin | 56 ++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/BLUI.uplugin b/BLUI.uplugin index 9494b96..e32ade6 100644 --- a/BLUI.uplugin +++ b/BLUI.uplugin @@ -1,28 +1,28 @@ -{ - "FileVersion": 3, - "FriendlyName": "BLUI", - "Version": 3, - "VersionName": "4.9.1", - "Description": "Chromium Embedded Framework (CEF) powered HTML UI and HUD for Unreal Engine 4", - "Category": "UI", - "CreatedBy": "Aaron M. Shea, Getnamo, & Contributors", - "CreatedByURL": "github.com/getnamo", - "DocsURL": "https://github.com/getnamo/BLUI", - "EnabledByDefault" : true, - "CanContainContent": true, - "Modules": - [ - { - "Name" : "BluLoader", - "Type" : "Runtime", - "LoadingPhase" : "PreDefault", - "BlacklistPlatforms" : ["Android", "IOS"] - }, - { - "Name": "Blu", - "Type": "Runtime", - "LoadingPhase": "PreDefault", - "BlacklistPlatforms": ["Android", "IOS" ] - } - ] -} +{ + "FileVersion": 3, + "FriendlyName": "BLUI", + "Version": 3, + "VersionName": "4.10.0", + "Description": "Chromium Embedded Framework (CEF) powered HTML UI and HUD for Unreal Engine 4", + "Category": "UI", + "CreatedBy": "Aaron M. Shea, Getnamo, & Contributors", + "CreatedByURL": "github.com/getnamo", + "DocsURL": "https://github.com/getnamo/BLUI", + "EnabledByDefault" : true, + "CanContainContent": true, + "Modules": + [ + { + "Name" : "BluLoader", + "Type" : "Runtime", + "LoadingPhase" : "PreDefault", + "BlacklistPlatforms" : ["Android", "IOS"] + }, + { + "Name": "Blu", + "Type": "Runtime", + "LoadingPhase": "PreDefault", + "BlacklistPlatforms": ["Android", "IOS" ] + } + ] +}