Skip to content

Commit c97ac70

Browse files
committed
Merge branch 'hotfix/1.0.2'
2 parents cd54ec5 + 90343f7 commit c97ac70

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

PythonBlueprintFixer.uplugin

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 1,
4-
"VersionName": "1.0.1",
3+
"Version": 2,
4+
"VersionName": "1.0.2",
55
"FriendlyName": "Python Blueprint Fixer",
66
"Description": "The plugin edits loading phase of python scripts so the blueprints will compile properly on editor startup.",
77
"Category": "Editor",
@@ -20,7 +20,9 @@
2020
"Type": "Editor",
2121
"LoadingPhase": "PostEngineInit",
2222
"WhitelistPlatforms": [
23-
"Win64"
23+
"Win64",
24+
"Mac",
25+
"Linux"
2426
]
2527
}
2628
],

0 commit comments

Comments
 (0)