Skip to content

Commit

Permalink
update for 4.19
Browse files Browse the repository at this point in the history
-version bump
-use tabs
  • Loading branch information
getnamo committed Mar 18, 2018
1 parent 35a28ba commit 16bf33e
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions BLUI.uplugin
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"FileVersion": 3,
"FriendlyName": "BLUI",
"Version": 3,
"VersionName": "3.2.4",
"Description": "Chromium Embedded Framework (CEF) powered HTML UI and HUD for Unreal Engine 4",
"Category": "UI",
"CreatedBy": "Aaron M. Shea",
"CreatedByURL": "http://aaronshea.me",
"DocsURL": "https://github.com/getnamo/BLUI",
"EnabledByDefault" : true,
"CanContainContent": "true",
"Modules":
[
{
"Name" : "BluLoader",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault",
"BlacklistPlatforms" : [ "HTML5", "Android", "iOS"]
},
{
"Name": "Blu",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"BlacklistPlatforms": [ "HTML5", "Android", "iOS" ]
}
]
"FileVersion": 3,
"FriendlyName": "BLUI",
"Version": 3,
"VersionName": "3.2.5",
"Description": "Chromium Embedded Framework (CEF) powered HTML UI and HUD for Unreal Engine 4",
"Category": "UI",
"CreatedBy": "Aaron M. Shea & Contributors",
"CreatedByURL": "github.com/aaronShea",
"DocsURL": "https://github.com/getnamo/BLUI",
"EnabledByDefault" : true,
"CanContainContent": "true",
"Modules":
[
{
"Name" : "BluLoader",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault",
"BlacklistPlatforms" : [ "HTML5", "Android", "iOS"]
},
{
"Name": "Blu",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"BlacklistPlatforms": [ "HTML5", "Android", "iOS" ]
}
]
}

0 comments on commit 16bf33e

Please sign in to comment.