diff --git a/Content/Input/ItemSpawnerInput.uasset b/Content/Input/ItemSpawnerInput.uasset index 55efc2c..ba78e82 100644 Binary files a/Content/Input/ItemSpawnerInput.uasset and b/Content/Input/ItemSpawnerInput.uasset differ diff --git a/Content/ItemSpawnerSubSystem.uasset b/Content/ItemSpawnerSubSystem.uasset index 80ebdb3..e1312c1 100644 Binary files a/Content/ItemSpawnerSubSystem.uasset and b/Content/ItemSpawnerSubSystem.uasset differ diff --git a/ItemSpawner.uplugin b/ItemSpawner.uplugin index 7307b21..bc2bc7f 100644 --- a/ItemSpawner.uplugin +++ b/ItemSpawner.uplugin @@ -1,8 +1,8 @@ { "FileVersion": 3, "Version": 2, - "SemVersion": "2.2.1", - "VersionName": "2.0", + "SemVersion": "2.2.2", + "VersionName": "2.2", "FriendlyName": "ItemSpawner", "Description": "Spawn Items Via UI", "Category": "Modding", @@ -19,10 +19,11 @@ { "Enabled": true, "Name": "SML", - "SemVersion": "^3.11.1", + "SemVersion": "^3.12.0", "bIsOptional": false } ], "AcceptsAnyRemoteVersion": true, - "GameVersion": ">=416835" + "GameVersion": ">=491125", + "BuiltInInitialFeatureState": "Active" } \ No newline at end of file