Skip to content

Commit 2db86c4

Browse files
committed
[Update] - RL2.ModLoader update
1 parent f007733 commit 2db86c4

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Changelog
1+
# RL2.ModLoader Changelog
2+
3+
# v1.0.1
4+
- Bug fixes:
5+
- Load order issues, again
26

37
# v1.0.0
48
- Bug fixes:

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ A work-in-progress Rogue Legacy 2 mod loader and API
88
## Where can I download mods?
99
- Right now mods made for the RL2-ModLoader are only distributed on the CDG Discord server in the `#mod-forums` channel.
1010

11-
# Latest changes - version 1.0.0
11+
12+
# Latest changes - RL2.ModLoader version 1.0.1
1213
- Bug fixes:
13-
- Load order
14-
- `enabled.json` creation fail
15-
- Finish the separation started in 0.1.0
16-
- RL2.ModLoader version display in title screen is back
14+
- Load order issues, again

RL2.ModLoader/ModLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public partial class ModLoader
1616
/// <summary>
1717
/// <see href="SemVersion"/> object representing the modloaders version
1818
/// </summary>
19-
public static readonly SemVersion ModLoaderVersion = new SemVersion(1, 0, 0);
19+
public static readonly SemVersion ModLoaderVersion = new SemVersion(1, 0, 1);
2020

2121
/// <summary>
2222
/// Path to directory containing all mods

0 commit comments

Comments
 (0)