Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PintTheDragon committed Dec 18, 2021
1 parent 58739b5 commit c5580e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SCPStats/AutoUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ namespace SCPStats
{
internal static class AutoUpdater
{
private const string Version = "1.5.0";
private const string Channel = "2";
private const string Version = "1.5.1";
private const string Channel = "1";

internal static async Task RunUpdater(int waitTime = 0)
{
Expand Down
4 changes: 2 additions & 2 deletions SCPStats/SCPStats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public class SCPStats : Plugin<Config, Translation>
{
public override string Name { get; } = "SCPStats";
public override string Author { get; } = "PintTheDragon";
public override Version Version { get; } = new Version(1, 5, 0);
public override Version RequiredExiledVersion { get; } = new Version(4, 0, 0);
public override Version Version { get; } = new Version(1, 5, 1);
public override Version RequiredExiledVersion { get; } = new Version(4, 1, 7);
public override PluginPriority Priority { get; } = PluginPriority.Last;
public override string Prefix { get; } = "scp_stats";

Expand Down

0 comments on commit c5580e0

Please sign in to comment.