Skip to content

Commit

Permalink
Bump version in auto updater
Browse files Browse the repository at this point in the history
  • Loading branch information
PintTheDragon committed May 2, 2023
1 parent 43c8eeb commit 8cf4e26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SCPStats/AutoUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace SCPStats
{
internal static class AutoUpdater
{
internal const string Version = "1.6.0-10";
internal const string Version = "1.6.1-1";

internal static async Task RunUpdater(int waitTime = 0)
{
Expand Down
4 changes: 2 additions & 2 deletions SCPStats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
2 changes: 1 addition & 1 deletion SCPStats/SCPStats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class SCPStats
private CoroutineHandle _cache;

[PluginPriority(LoadPriority.Lowest)]
[PluginEntryPoint("SCPStats", "1.6.0", "Tracks player stats and provides server management utilities.", "PintTheDragon")]
[PluginEntryPoint("SCPStats", "1.6.1", "Tracks player stats and provides server management utilities.", "PintTheDragon")]
public void OnEnabled()
{
Singleton = this;
Expand Down

0 comments on commit 8cf4e26

Please sign in to comment.