File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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)" )
You can’t perform that action at this time.
0 commit comments