Skip to content

Commit 552aa75

Browse files
committed
Bumped up the version to 1.13. Added 5.5 support
1 parent e92c2bf commit 552aa75

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG: Prefabricator
22
========================
33

4+
Version 1.13.0
5+
-------------
6+
* New: Unreal Engine 5.5 support
7+
48
Version 1.12.0
59
-------------
610
* New: Unreal Engine 5.4 support

Prefabricator.uplugin

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"FileVersion" : 3,
33
"FriendlyName" : "Prefabricator",
4-
"Version" : 29,
5-
"VersionName" : "1.12.0",
4+
"Version" : 30,
5+
"VersionName" : "1.13.0",
66
"CreatedBy" : "Code Respawn",
77
"CreatedByURL" : "http://prefabricator.dev",
88
"DocsURL": "http://docs.prefabricator.dev",
9-
"EngineVersion" : "5.4.0",
9+
"EngineVersion" : "5.5.0",
1010
"Description" : "Create Prefabs in Unreal Engine",
1111
"Category" : "Prefab",
1212
"EnabledByDefault" : true,

0 commit comments

Comments
 (0)