Skip to content

Commit d752883

Browse files
committed
chore: update version 0.2.3
1 parent 501f79c commit d752883

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

Ecsact.uplugin

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 4,
4-
"VersionName": "0.2.2",
3+
"Version": 5,
4+
"VersionName": "0.2.3",
55
"FriendlyName": "Ecsact",
66
"Description": "Ecsact integration for Unreal Engine",
77
"Category": "Other",
@@ -24,19 +24,25 @@
2424
"Name": "Ecsact",
2525
"Type": "Runtime",
2626
"LoadingPhase": "PreDefault",
27-
"PlatformAllowList": ["Win64"]
27+
"PlatformAllowList": [
28+
"Win64"
29+
]
2830
},
2931
{
3032
"Name": "EcsactEditor",
3133
"Type": "Editor",
3234
"LoadingPhase": "Default",
33-
"PlatformAllowList": ["Win64"]
35+
"PlatformAllowList": [
36+
"Win64"
37+
]
3438
},
3539
{
3640
"Name": "EcsactUnrealCodegenPlugin",
3741
"Type": "Editor",
3842
"LoadingPhase": "None",
39-
"PlatformAllowList": ["Win64"]
43+
"PlatformAllowList": [
44+
"Win64"
45+
]
4046
}
4147
]
42-
}
48+
}

0 commit comments

Comments
 (0)