diff --git a/Daybreak/Daybreak.csproj b/Daybreak/Daybreak.csproj
index e7a26f10..cd474caf 100644
--- a/Daybreak/Daybreak.csproj
+++ b/Daybreak/Daybreak.csproj
@@ -13,7 +13,7 @@
preview
Daybreak.ico
true
- 0.9.8.144
+ 0.9.8.145
true
cfb2a489-db80-448d-a969-80270f314c46
True
diff --git a/Daybreak/Services/UMod/UModService.cs b/Daybreak/Services/UMod/UModService.cs
index 587e756e..f0a43b51 100644
--- a/Daybreak/Services/UMod/UModService.cs
+++ b/Daybreak/Services/UMod/UModService.cs
@@ -26,8 +26,8 @@ namespace Daybreak.Services.UMod;
public sealed class UModService : IUModService
{
private const string TagPlaceholder = "[TAG_PLACEHOLDER]";
- private const string ReleaseUrl = "https://github.com/AlexMacocian/uMod/releases/download/[TAG_PLACEHOLDER]/uMod.dll";
- private const string ReleasesUrl = "https://api.github.com/repos/AlexMacocian/uMod/git/refs/tags";
+ private const string ReleaseUrl = "https://github.com/DubbleClick/gMod/releases/download/[TAG_PLACEHOLDER]/gMod.dll";
+ private const string ReleasesUrl = "https://api.github.com/repos/DubbleClick/gMod/git/refs/tags";
private const string UModDirectory = "uMod";
private const string UModDll = "uMod.dll";
private const string UModModList = "modlist.txt";