diff --git a/SCPStats/Properties/AssemblyInfo.cs b/SCPStats/Properties/AssemblyInfo.cs index 12c4c17..b78b02a 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.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.1")] +[assembly: AssemblyFileVersion("1.1.1")] \ No newline at end of file diff --git a/SCPStats/SCPStats.cs b/SCPStats/SCPStats.cs index 79dcd94..35bf016 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, 1, 0); + public override Version Version { get; } = new Version(1, 1, 1); public override PluginPriority Priority { get; } = PluginPriority.Last; internal static SCPStats Singleton;