We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92c2bf commit 552aa75Copy full SHA for 552aa75
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG: Prefabricator
2
========================
3
4
+Version 1.13.0
5
+-------------
6
+* New: Unreal Engine 5.5 support
7
+
8
Version 1.12.0
9
-------------
10
* New: Unreal Engine 5.4 support
Prefabricator.uplugin
@@ -1,12 +1,12 @@
{
"FileVersion" : 3,
"FriendlyName" : "Prefabricator",
- "Version" : 29,
- "VersionName" : "1.12.0",
+ "Version" : 30,
+ "VersionName" : "1.13.0",
"CreatedBy" : "Code Respawn",
"CreatedByURL" : "http://prefabricator.dev",
"DocsURL": "http://docs.prefabricator.dev",
- "EngineVersion" : "5.4.0",
+ "EngineVersion" : "5.5.0",
"Description" : "Create Prefabs in Unreal Engine",
11
"Category" : "Prefab",
12
"EnabledByDefault" : true,
0 commit comments