File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ResoniteComponentSearchWizard Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "1.1.3 " ) ]
35- [ assembly: AssemblyFileVersion ( "1.1.3 " ) ]
34+ [ assembly: AssemblyVersion ( "1.1.4 " ) ]
35+ [ assembly: AssemblyFileVersion ( "1.1.4 " ) ]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class ResoniteComponentSearchWizard : ResoniteMod
1111 {
1212 public override string Name => "Component Search Wizard" ;
1313 public override string Author => "Nytra" ;
14- public override string Version => "1.1.3 " ;
14+ public override string Version => "1.1.4 " ;
1515 public override string Link => "https://github.com/Nytra/ResoniteComponentSearchWizard" ;
1616
1717 const string WIZARD_TITLE = "Component Search Wizard (Mod)" ;
You can’t perform that action at this time.
0 commit comments