File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class Plugin : LabApi.Loader.Features.Plugins.Plugin
1717 public override string Name => "HintServiceExample" ;
1818 public override string Author => "MeowServer" ;
1919 public override string Description => "A example plugin for HSM" ;
20- public override Version Version { get ; } = new Version ( 5 , 4 , 3 ) ;
20+ public override Version Version { get ; } = new Version ( 5 , 4 , 4 ) ;
2121 public override Version RequiredApiVersion { get ; } = Version . Parse ( LabApi . Features . LabApiProperties . CompiledVersion ) ;
2222 public override void Enable ( )
2323 {
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ internal class Plugin : LabApi.Loader.Features.Plugins.Plugin
2727#if EXILED
2828 public override string Name => "HintServiceMeow" ;
2929 public override string Author => "MeowServer" ;
30- public override Version Version => new ( 5 , 4 , 3 ) ;
30+ public override Version Version => new ( 5 , 4 , 4 ) ;
3131 public override Version RequiredExiledVersion => new ( 9 , 6 , 0 ) ;
3232 public override Exiled . API . Enums . PluginPriority Priority => Exiled . API . Enums . PluginPriority . Highest ;
3333#else
3434 public override string Name => "HintServiceMeow" ;
3535 public override string Author => "MeowServer" ;
36- public override Version Version => new ( 5 , 4 , 3 ) ;
36+ public override Version Version => new ( 5 , 4 , 4 ) ;
3737 public override Version RequiredApiVersion => new ( LabApiProperties . CompiledVersion ) ;
3838 public override string Description => "A hint framework" ;
3939 public override LoadPriority Priority => LoadPriority . Highest ;
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "5.4.3 .0" ) ]
35+ [ assembly: AssemblyVersion ( "5.4.4 .0" ) ]
3636[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
3737
3838// Publicize internal types to the test project
Original file line number Diff line number Diff line change 187187- V5.4.2
188188- Fix a bug that cause CA not to clear the hint correctly
189189- V5.4.3
190- - Fix a bug that cause CoordinateTool::GetTextWidth to throw exception when handling empty string
190+ - Fix a bug that cause CoordinateTool::GetTextWidth to throw exception when handling empty string
191+ - V5.4.4
192+ - Fix a bug that cause PlayerDisplay::CoroutineMethod not working correctly
You can’t perform that action at this time.
0 commit comments