Skip to content

Commit

Permalink
bump for 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Dec 10, 2024
1 parent 32e00f6 commit d713ba8
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions BLUI.uplugin
Original file line number Diff line number Diff line change
@@ -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" ]
}
]
}

0 comments on commit d713ba8

Please sign in to comment.