Skip to content

Commit

Permalink
Why this didn't stage? Whatever...
Browse files Browse the repository at this point in the history
  • Loading branch information
RisaDev committed Jun 11, 2024
1 parent 606becc commit d7b48d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomizePlus/UI/Windows/CPlusChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private void Save(int version, ChangeLogDisplayType type)

private static void Add2_0_4_1(Changelog log)
=> log.NextVersion("Version 2.0.4.1")
.RegisterEntry("Added support for new worlds.", 1)
.RegisterEntry("Added support for new worlds.")
.RegisterEntry("Source code maintenance - external libraries update.");

private static void Add2_0_4_0(Changelog log)
Expand Down

0 comments on commit d7b48d6

Please sign in to comment.