diff --git a/PermaTop/Classes/Global.cs b/PermaTop/Classes/Global.cs index 2c5d370..0b1dc04 100644 --- a/PermaTop/Classes/Global.cs +++ b/PermaTop/Classes/Global.cs @@ -46,7 +46,7 @@ public static class Global internal static string SettingsPath => $@"{FileSys.AppDataPath}\Léo Corporation\PermaTop\Settings.xml"; public static Settings Settings { get; set; } = XmlSerializerManager.LoadFromXml(SettingsPath) ?? new(); - public static string Version => "1.1.0.2308-pre1"; + public static string Version => "1.1.0.2308-rc1"; public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/PermaTop/Version.txt"; public static string GetHiSentence diff --git a/PermaTop/PermaTop.csproj b/PermaTop/PermaTop.csproj index e46c0a5..cbf4c96 100644 --- a/PermaTop/PermaTop.csproj +++ b/PermaTop/PermaTop.csproj @@ -9,7 +9,7 @@ PermaTop.ico app.manifest PermaTop - 1.1.0.2308-pre1 + 1.1.0.2308-rc1 Léo Corporation Léo Corporation A simple utility to keep your windows in sight and in control.