Skip to content

Commit

Permalink
[Update] - RL2.ModLoader update
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoConKvass committed Aug 4, 2024
1 parent f007733 commit 2db86c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
# RL2.ModLoader Changelog

# v1.0.1
- Bug fixes:
- Load order issues, again

# v1.0.0
- Bug fixes:
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ A work-in-progress Rogue Legacy 2 mod loader and API
## Where can I download mods?
- Right now mods made for the RL2-ModLoader are only distributed on the CDG Discord server in the `#mod-forums` channel.

# Latest changes - version 1.0.0

# Latest changes - RL2.ModLoader version 1.0.1
- Bug fixes:
- Load order
- `enabled.json` creation fail
- Finish the separation started in 0.1.0
- RL2.ModLoader version display in title screen is back
- Load order issues, again
2 changes: 1 addition & 1 deletion RL2.ModLoader/ModLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public partial class ModLoader
/// <summary>
/// <see href="SemVersion"/> object representing the modloaders version
/// </summary>
public static readonly SemVersion ModLoaderVersion = new SemVersion(1, 0, 0);
public static readonly SemVersion ModLoaderVersion = new SemVersion(1, 0, 1);

/// <summary>
/// Path to directory containing all mods
Expand Down

0 comments on commit 2db86c4

Please sign in to comment.