Skip to content

Commit

Permalink
update bloatware list
Browse files Browse the repository at this point in the history
  • Loading branch information
msartore committed May 21, 2024
1 parent bf6a1ab commit e479148
Show file tree
Hide file tree
Showing 3 changed files with 4,344 additions and 4,350 deletions.
6 changes: 3 additions & 3 deletions ATA-GUI/ATA-GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<Copyright>© 2021-2024 Massimiliano Sartore</Copyright>

<!-- Versioning -->
<Version>3.7.3.0</Version>
<AssemblyVersion>3.7.3.0</AssemblyVersion>
<FileVersion>3.7.3.0</FileVersion>
<Version>3.7.4.0</Version>
<AssemblyVersion>3.7.4.0</AssemblyVersion>
<FileVersion>3.7.4.0</FileVersion>

<!-- Publish settings -->
<PublishUrl>publish\</PublishUrl>
Expand Down
2 changes: 1 addition & 1 deletion ATA-GUI/Classes/ATA.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace ATA_GUI.Classes
{
internal class ATA
{
public static readonly string CURRENTVERSION = "v3.7.3";
public static readonly string CURRENTVERSION = "v3.7.4";
public static readonly string IPFileName = "IPList.txt";

public HashSet<string> IPList { get; } = new HashSet<string>();
Expand Down
Loading

0 comments on commit e479148

Please sign in to comment.