diff --git a/SCPStats/Properties/AssemblyInfo.cs b/SCPStats/Properties/AssemblyInfo.cs index fef6e82..662abfc 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.6")] -[assembly: AssemblyFileVersion("1.1.6")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.7")] +[assembly: AssemblyFileVersion("1.1.7")] \ No newline at end of file diff --git a/SCPStats/SCPStats.cs b/SCPStats/SCPStats.cs index b1fad21..9ee5815 100644 --- a/SCPStats/SCPStats.cs +++ b/SCPStats/SCPStats.cs @@ -12,7 +12,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, 6); + public override Version Version { get; } = new Version(1, 1, 7); public override PluginPriority Priority { get; } = PluginPriority.Last; internal static SCPStats Singleton;