Skip to content

Commit e6814a5

Browse files
committed
Version 3.16.1.2
1 parent 5e10c24 commit e6814a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CapsLockIndicatorV3/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ private void Wc_DownloadStringCompleted(object sender, DownloadStringCompletedEv
478478
tableLayoutPanel3.Visible = true;
479479
}
480480
}
481-
catch(Exception ex) { MessageBox.Show(ex.ToString()); }
481+
catch { }
482482

483483
(sender as WebClient)?.Dispose();
484484
}

CapsLockIndicatorV3/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
//
2525
// You can specify all the values or you can use the default the Revision and
2626
// Build Numbers by using the '*' as shown below:
27-
[assembly: AssemblyVersion("3.16.1.1")]
28-
[assembly: AssemblyFileVersion("3.16.1.1")]
27+
[assembly: AssemblyVersion("3.16.1.2")]
28+
[assembly: AssemblyFileVersion("3.16.1.2")]
2929
[assembly: Guid ("6f54c357-0542-4d7d-9225-338bc3cd7834")]

0 commit comments

Comments
 (0)