Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimatedSwine37 committed Nov 19, 2024
1 parent 6d19a63 commit 56da3df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions UtocEmulator/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.1.2
- Fixed a crash when a game that uses IO Store has no mods with emulated utoc files. i.e. if only full utoc files are included using Unreal Essentials.

# 1.1.1
- Fixed a crash when trying to load utoc files from paths with non ascii characters in them. (This was partially fixed in 1.0.3, it should be completely fixed now)

Expand Down
2 changes: 1 addition & 1 deletion UtocEmulator/UTOC.Stream.Emulator/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ModId": "UTOC.Stream.Emulator",
"ModName": "IO Store Emulator",
"ModAuthor": "Rirurin",
"ModVersion": "1.1.1",
"ModVersion": "1.1.2",
"ModDescription": "Simulates Unreal Engine IO Store files (.utoc \u002B .ucas). Allows mods to add or replace existing files using files on disk",
"ModDll": "UTOC.Stream.Emulator.dll",
"ModIcon": "Preview.png",
Expand Down

0 comments on commit 56da3df

Please # to comment.