Skip to content

Commit 8cf4e26

Browse files
committed
Bump version in auto updater
1 parent 43c8eeb commit 8cf4e26

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-10";
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
@@ -47,7 +47,7 @@ public class SCPStats
4747
private CoroutineHandle _cache;
4848

4949
[PluginPriority(LoadPriority.Lowest)]
50-
[PluginEntryPoint("SCPStats", "1.6.0", "Tracks player stats and provides server management utilities.", "PintTheDragon")]
50+
[PluginEntryPoint("SCPStats", "1.6.1", "Tracks player stats and provides server management utilities.", "PintTheDragon")]
5151
public void OnEnabled()
5252
{
5353
Singleton = this;

0 commit comments

Comments
 (0)