diff --git a/SCPUtils/Commands/ShowCommandBan.cs b/SCPUtils/Commands/ShowCommandBan.cs index 7079226..cae9239 100644 --- a/SCPUtils/Commands/ShowCommandBan.cs +++ b/SCPUtils/Commands/ShowCommandBan.cs @@ -14,7 +14,7 @@ class ShowCommandBans : ICommand public string[] Aliases { get; } = new[] { "scb" }; - public string Description { get; } = "You can see detailed informations about playtime"; + public string Description { get; } = "You can see detailed informations about restriction"; public bool Execute(ArraySegment arguments, ICommandSender sender, out string response) { diff --git a/SCPUtils/Properties/AssemblyInfo.cs b/SCPUtils/Properties/AssemblyInfo.cs index dfcd43f..07f8c65 100644 --- a/SCPUtils/Properties/AssemblyInfo.cs +++ b/SCPUtils/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.0")] -[assembly: AssemblyFileVersion("2.3.6.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.4.0.0")] +[assembly: AssemblyFileVersion("2.4.0.0")] \ No newline at end of file