diff --git a/DayBar/Classes/Global.cs b/DayBar/Classes/Global.cs
index c86ae09..443cfb9 100644
--- a/DayBar/Classes/Global.cs
+++ b/DayBar/Classes/Global.cs
@@ -35,7 +35,7 @@ namespace DayBar.Classes
{
public static class Global
{
- public static string Version => "1.1.0.2308-rc1";
+ public static string Version => "1.1.0.2308";
public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/DayBar/Version.txt";
public static HomePage HomePage { get; set; }
public static NotificationsPage NotificationsPage { get; set; }
diff --git a/DayBar/DayBar.csproj b/DayBar/DayBar.csproj
index 5846c00..3298a01 100644
--- a/DayBar/DayBar.csproj
+++ b/DayBar/DayBar.csproj
@@ -8,7 +8,7 @@