diff --git a/NetTally.Avalonia/NetTally.Avalonia.csproj b/NetTally.Avalonia/NetTally.Avalonia.csproj index 7d876606..3acd334a 100644 --- a/NetTally.Avalonia/NetTally.Avalonia.csproj +++ b/NetTally.Avalonia/NetTally.Avalonia.csproj @@ -1,6 +1,6 @@  - 5.0.0 + 5.0.1 NetTally diff --git a/NetTally.Console/NetTally.Console.csproj b/NetTally.Console/NetTally.Console.csproj index ded4d628..5db1824c 100644 --- a/NetTally.Console/NetTally.Console.csproj +++ b/NetTally.Console/NetTally.Console.csproj @@ -1,6 +1,6 @@  - 5.0.0 + 5.0.1 nettally diff --git a/NetTally.Core/Configure/QuestsInfo.cs b/NetTally.Core/Configure/QuestsInfo.cs index 55d1b3fe..a608e63a 100644 --- a/NetTally.Core/Configure/QuestsInfo.cs +++ b/NetTally.Core/Configure/QuestsInfo.cs @@ -146,7 +146,7 @@ public void RepositionQuest(Quest? quest) if (newIndex >= Quests.Count) newIndex = Quests.Count - 1; - + if (index == newIndex) return; diff --git a/NetTally.Core/NetTally.Core.csproj b/NetTally.Core/NetTally.Core.csproj index eb968a19..bfb5354b 100644 --- a/NetTally.Core/NetTally.Core.csproj +++ b/NetTally.Core/NetTally.Core.csproj @@ -1,6 +1,6 @@  - 5.0.0 + 5.0.1 NetTally diff --git a/NetTally/NetTally.csproj b/NetTally/NetTally.csproj index 89b57c37..da5f3807 100644 --- a/NetTally/NetTally.csproj +++ b/NetTally/NetTally.csproj @@ -1,6 +1,6 @@  - 5.0.0 + 5.0.1 WinExe