Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ewrogers committed Jun 30, 2023
1 parent c9a2f68 commit 1ed878f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SleepHunter/SleepHunter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<Copyright>2023 Erik 'SiLo' Rogers</Copyright>
<Description>Dark Ages Automation Tool</Description>
<Title>SleepHunter</Title>
<AssemblyVersion>4.10.1.0</AssemblyVersion>
<FileVersion>4.10.1.0</FileVersion>
<AssemblyVersion>4.10.2.0</AssemblyVersion>
<FileVersion>4.10.2.0</FileVersion>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions SleepHunter/Views/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1035,8 +1035,6 @@ private void ToggleSpellQueue(bool showQueue)
if (spellQueueListBox == null)
return;

logger.LogInfo($"Toggle spell queue panel: {showQueue}");

if (showQueue)
{
Grid.SetColumnSpan(tabControl, 1);
Expand Down

0 comments on commit 1ed878f

Please sign in to comment.