Skip to content

Commit c3b87ee

Browse files
author
Antoine Aflalo
committed
Bump Version 3.0.1
1 parent 0725094 commit c3b87ee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SoundSwitch/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("3.0.0.*")]
35-
[assembly: AssemblyFileVersion("3.0.0")]
34+
[assembly: AssemblyVersion("3.0.1")]
35+
[assembly: AssemblyFileVersion("3.0.1")]

SoundSwitch/Util/TrayIcon.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ private void SetEventHandlers()
9393
{
9494
if (@event.Type != WindowsEventNotifier.EventType.DeviceChange)
9595
return;
96+
if (!_selectionMenu.IsHandleCreated)
97+
return;
9698
try
9799
{
98100
_selectionMenu.Invoke(new Action(() => { SetDeviceList(_main.AvailableAudioDevices); }));

0 commit comments

Comments
 (0)