Skip to content

Commit

Permalink
update known version for TeamViewer to 15.49.3
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jan 9, 2024
1 parent 1e0ef30 commit 5cddf3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updater/software/TeamViewer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the updater command line interface.
Copyright (C) 2021, 2022, 2023 Dirk Stolle
Copyright (C) 2021, 2022, 2023, 2024 Dirk Stolle
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -66,7 +66,7 @@ public override AvailableSoftware knownInfo()
{
var signature = new Signature(publisherX509, certificateExpiration);
return new AvailableSoftware("TeamViewer",
"15.49.2",
"15.49.3",
"^TeamViewer$",
"^TeamViewer$",
new InstallInfoExe(
Expand Down

0 comments on commit 5cddf3c

Please sign in to comment.