From 9e2f1f51b4c49447774b77e9a4e94aa18704afba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Peyronnet?= Date: Thu, 3 Aug 2023 13:15:38 +0200 Subject: [PATCH] Version 1.1.0.2308-rc1 --- PermaTop/Classes/Global.cs | 2 +- PermaTop/PermaTop.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.