diff --git a/SCPStats/AutoUpdater.cs b/SCPStats/AutoUpdater.cs index 47388cd..f402346 100644 --- a/SCPStats/AutoUpdater.cs +++ b/SCPStats/AutoUpdater.cs @@ -10,7 +10,7 @@ namespace SCPStats { internal static class AutoUpdater { - private const string Version = "1.1.7-6"; + private const string Version = "1.1.8"; internal static async Task RunUpdater(int waitTime = 0) { diff --git a/SCPStats/Properties/AssemblyInfo.cs b/SCPStats/Properties/AssemblyInfo.cs index 662abfc..2612f25 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.7")] -[assembly: AssemblyFileVersion("1.1.7")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.8")] +[assembly: AssemblyFileVersion("1.1.8")] \ No newline at end of file diff --git a/SCPStats/SCPStats.cs b/SCPStats/SCPStats.cs index 9ee5815..41b4bfb 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, 7); + public override Version Version { get; } = new Version(1, 1, 8); public override PluginPriority Priority { get; } = PluginPriority.Last; internal static SCPStats Singleton;