Skip to content

Commit 57732d3

Browse files
committed
Bump version in auto updater
1 parent 42af291 commit 57732d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SCPStats/AutoUpdater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace SCPStats
1616
{
1717
internal static class AutoUpdater
1818
{
19-
internal const string Version = "1.6.0-6";
19+
internal const string Version = "1.6.1-1";
2020

2121
internal static async Task RunUpdater(int waitTime = 0)
2222
{

SCPStats/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.6.0.0")]
35-
[assembly: AssemblyFileVersion("1.6.0.0")]
34+
[assembly: AssemblyVersion("1.6.1.0")]
35+
[assembly: AssemblyFileVersion("1.6.1.0")]

SCPStats/SCPStats.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class SCPStats : Plugin<Config, Translation>
2424
{
2525
public override string Name { get; } = "SCPStats";
2626
public override string Author { get; } = "PintTheDragon";
27-
public override Version Version { get; } = new Version(1, 6, 0);
27+
public override Version Version { get; } = new Version(1, 6, 1);
2828
public override Version RequiredExiledVersion { get; } = new Version(6, 0, 0);
2929
public override bool IgnoreRequiredVersionCheck { get; } = true;
3030
public override PluginPriority Priority { get; } = PluginPriority.Last;

0 commit comments

Comments
 (0)