From 99b3a3ddb8a62ae2febf37dbc4a728f0a9d6a4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Peyronnet?= Date: Thu, 3 Aug 2023 13:33:26 +0200 Subject: [PATCH] Version 1.1.0.2308 --- 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 c3fc9a8..37f24dc 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-rc2"; + public static string Version => "1.1.0.2308"; 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 ab4529c..c714b3e 100644 --- a/PermaTop/PermaTop.csproj +++ b/PermaTop/PermaTop.csproj @@ -9,7 +9,7 @@ PermaTop.ico app.manifest PermaTop - 1.1.0.2308-rc2 + 1.1.0.2308 Léo Corporation Léo Corporation A simple utility to keep your windows in sight and in control.