Skip to content

Commit

Permalink
Version 3.16.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskohl committed May 17, 2022
1 parent 5e10c24 commit e6814a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CapsLockIndicatorV3/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down
4 changes: 2 additions & 2 deletions CapsLockIndicatorV3/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit e6814a5

Please sign in to comment.