Skip to content

Commit b09bf82

Browse files
committed
Actually this sounds major enough to be 2.0.8.0
1 parent 8cbdc52 commit b09bf82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CustomizePlus/UI/Windows/CPlusChangeLog.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public CPlusChangeLog(PluginConfiguration config)
3131
Add2_0_7_16(Changelog);
3232
Add2_0_7_23(Changelog);
3333
Add2_0_7_27(Changelog);
34-
Add2_0_7_30(Changelog);
34+
Add2_0_8_0(Changelog);
3535
}
3636

3737
private (int, ChangeLogDisplayType) ConfigData()
@@ -44,8 +44,8 @@ private void Save(int version, ChangeLogDisplayType type)
4444
_config.Save();
4545
}
4646

47-
private static void Add2_0_7_30(Changelog log)
48-
=> log.NextVersion("Version 2.0.7.30")
47+
private static void Add2_0_8_0(Changelog log)
48+
=> log.NextVersion("Version 2.0.8.0")
4949
.RegisterHighlight("Added support for Penumbra PCP files. (by abelfreyja)")
5050
.RegisterEntry("This feature is enabled by default and can be disabled in Settings -> Integrations menu.", 1)
5151
.RegisterHighlight("Added bone edits propagation. (by d87)")

0 commit comments

Comments
 (0)