diff --git a/AutoPluginManager/Plugin.cs b/AutoPluginManager/Plugin.cs index 78d8201f..7ca2ebd8 100644 --- a/AutoPluginManager/Plugin.cs +++ b/AutoPluginManager/Plugin.cs @@ -12,17 +12,17 @@ public class Plugin : TerrariaPlugin { public override string Name => "AutoPluginManager"; - public override Version Version => new(2, 0, 0, 2); + public override Version Version => new(2, 0, 0,3); public override string Author => "少司命,Cai"; public override string Description => "自动更新你的插件!"; - private const string ReleaseUrl = "https://github.com/Controllerdestiny/TShockPlugin/releases/download/V1.0.0.0/Plugins.zip"; + private const string ReleaseUrl = "https://github.com/UnrealMultiple/TShockPlugin/releases/download/V1.0.0.0/Plugins.zip"; private const string PUrl = "https://github.moeyy.xyz/"; - private const string PluginsUrl = "https://raw.githubusercontent.com/Controllerdestiny/TShockPlugin/master/Plugins.json"; + private const string PluginsUrl = "https://raw.githubusercontent.com/UnrealMultiple/TShockPlugin/master/Plugins.json"; private static readonly HttpClient _httpClient = new();