diff --git a/CapsLockIndicatorV3/MainForm.cs b/CapsLockIndicatorV3/MainForm.cs index 152c058..1fe9a87 100644 --- a/CapsLockIndicatorV3/MainForm.cs +++ b/CapsLockIndicatorV3/MainForm.cs @@ -478,7 +478,7 @@ private void Wc_DownloadStringCompleted(object sender, DownloadStringCompletedEv tableLayoutPanel3.Visible = true; } } - catch(Exception ex) { MessageBox.Show(ex.ToString()); } + catch { } (sender as WebClient)?.Dispose(); } diff --git a/CapsLockIndicatorV3/Properties/AssemblyInfo.cs b/CapsLockIndicatorV3/Properties/AssemblyInfo.cs index 411c7f9..5fb1fe7 100644 --- a/CapsLockIndicatorV3/Properties/AssemblyInfo.cs +++ b/CapsLockIndicatorV3/Properties/AssemblyInfo.cs @@ -24,6 +24,6 @@ // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("3.16.1.1")] -[assembly: AssemblyFileVersion("3.16.1.1")] +[assembly: AssemblyVersion("3.16.1.2")] +[assembly: AssemblyFileVersion("3.16.1.2")] [assembly: Guid ("6f54c357-0542-4d7d-9225-338bc3cd7834")]