From 44e09cd50790698222f9ca9c2f76b270df11f0c7 Mon Sep 17 00:00:00 2001 From: Nathan Gill Date: Wed, 24 May 2023 17:43:23 -0400 Subject: [PATCH] Change update URL --- Assets/MeatKit/Editor/Updater/Updater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/MeatKit/Editor/Updater/Updater.cs b/Assets/MeatKit/Editor/Updater/Updater.cs index e277cc2..afc77f0 100644 --- a/Assets/MeatKit/Editor/Updater/Updater.cs +++ b/Assets/MeatKit/Editor/Updater/Updater.cs @@ -11,7 +11,7 @@ namespace MeatKit public static class Updater { public const string UpdatePackageName = "MeatKitUpdate.unitypackage"; - public const string UpdateUrl = "https://api.github.com/repos/nrgill28/TestRepoPleaseIgnore/releases"; + public const string UpdateUrl = "https://api.github.com/repos/H3VR-Modding/MeatKit/releases"; public static bool CheckingForUpdate { get; private set; } private static bool AllowPreReleases { get; set; }