Skip to content

Commit

Permalink
Fix stat id
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed Oct 30, 2021
1 parent b5e456d commit 23454cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Lurker.UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,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.11.4.0")]
[assembly: AssemblyFileVersion("1.11.4.0")]
[assembly: AssemblyVersion("1.11.5.0")]
[assembly: AssemblyFileVersion("1.11.5.0")]
2 changes: 1 addition & 1 deletion src/Lurker.UI/ViewModels/MapAffixViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class MapAffixViewModel : Caliburn.Micro.PropertyChangedBase
/// <summary>
/// The cannot leech identifier.
/// </summary>
public const string CannotLeechId = "stat_526251910";
public const string CannotLeechId = "stat_1140978125";

/// <summary>
/// The temporal chains identifier.
Expand Down

0 comments on commit 23454cf

Please sign in to comment.