Skip to content

Commit

Permalink
update known version for TeamViewer to 15.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 26, 2024
1 parent 3f26615 commit 60014e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/software/TeamViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public override AvailableSoftware knownInfo()
{
var signature = new Signature(publisherX509, certificateExpiration);
return new AvailableSoftware("TeamViewer",
"15.59.5",
"15.60.3",
"^TeamViewer$",
"^TeamViewer$",
new InstallInfoExe(
Expand Down

0 comments on commit 60014e5

Please sign in to comment.