diff --git a/UnrealEssentials/CHANGELOG.MD b/UnrealEssentials/CHANGELOG.MD index 40a8a7a..ae5369d 100644 --- a/UnrealEssentials/CHANGELOG.MD +++ b/UnrealEssentials/CHANGELOG.MD @@ -1,3 +1,6 @@ +# 1.1.1 +- Added support for Shin Megami Tensei V Vengeance + # 1.1.0 - Added an API to allow mods to add files from code. Checkout [the documentation](https://github.com/AnimatedSwine37/UnrealEssentials/tree/master/UnrealEssentials.Interfaces/README.md) for more information. diff --git a/UnrealEssentials/ModConfig.json b/UnrealEssentials/ModConfig.json index 31f7e7e..823d294 100644 --- a/UnrealEssentials/ModConfig.json +++ b/UnrealEssentials/ModConfig.json @@ -2,7 +2,7 @@ "ModId": "UnrealEssentials", "ModName": "Unreal Essentials", "ModAuthor": "AnimatedSwine37", - "ModVersion": "1.1.0", + "ModVersion": "1.1.1", "ModDescription": "Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games", "ModDll": "UnrealEssentials.dll", "ModIcon": "Preview.png",