Compare commits

...

2 Commits

Author SHA1 Message Date
joshpatra a87102c8d8 chore(release): prepare v1.5.4
Docker Build & Push / build-and-test (push) Has been cancelled
Docker Build & Push / docker (push) Has been cancelled
2026-04-23 17:39:57 -04:00
joshpatra 1fb57aadf0 fix(squidwtf): add geeked uptime feed 2026-04-23 17:39:32 -04:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ public static class AppVersion
/// <summary>
/// Current application version.
/// </summary>
public const string Version = "1.5.3";
public const string Version = "1.5.4";
}
@@ -7,7 +7,8 @@ public static class SquidWtfEndpointDiscovery
public static readonly IReadOnlyList<string> SourceUrls = new[]
{
"https://tidal-uptime.jiffy-puffs-1j.workers.dev/",
"https://tidal-uptime.props-76styles.workers.dev/"
"https://tidal-uptime.props-76styles.workers.dev/",
"https://tidal-uptime.geeked.wtf/"
};
public static async Task<SquidWtfEndpointCatalog> DiscoverAsync(CancellationToken cancellationToken = default)