Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update version number to 1.1.1 #9

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions UnrealEssentials/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion UnrealEssentials/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading