From a4e46b19ccebb5d4995e0a79e29eabb868e57a0a Mon Sep 17 00:00:00 2001 From: PintTheDragon Date: Tue, 27 Oct 2020 00:57:19 -0700 Subject: [PATCH] Bump version --- SCPStats/Properties/AssemblyInfo.cs | 4 ++-- SCPStats/SCPStats.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SCPStats/Properties/AssemblyInfo.cs b/SCPStats/Properties/AssemblyInfo.cs index 9ba3b30..12c4c17 100644 --- a/SCPStats/Properties/AssemblyInfo.cs +++ b/SCPStats/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("1.0.5")] -[assembly: AssemblyFileVersion("1.0.5")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.0")] +[assembly: AssemblyFileVersion("1.1.0")] \ No newline at end of file diff --git a/SCPStats/SCPStats.cs b/SCPStats/SCPStats.cs index dd25778..79dcd94 100644 --- a/SCPStats/SCPStats.cs +++ b/SCPStats/SCPStats.cs @@ -8,7 +8,7 @@ public class SCPStats : Plugin { public override string Name { get; } = "ScpStats"; public override string Author { get; } = "PintTheDragon"; - public override Version Version { get; } = new Version(1, 0, 5); + public override Version Version { get; } = new Version(1, 1, 0); public override PluginPriority Priority { get; } = PluginPriority.Last; internal static SCPStats Singleton;