From 4ae32faaec94cd931c3ed2c6f912eb0f7bbfb94d Mon Sep 17 00:00:00 2001 From: Terminator_97 <50580453+francesco132@users.noreply.github.com> Date: Sun, 3 Jan 2021 18:03:10 +0100 Subject: [PATCH] 2.4.0 --- SCPUtils/Commands/ShowCommandBan.cs | 2 +- SCPUtils/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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