Skip to content

Commit

Permalink
Version 1.1.0.2308-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Aug 1, 2023
1 parent 4a1ad85 commit f8fa283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DayBar/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace DayBar.Classes
{
public static class Global
{
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/DayBar/Version.txt";
public static HomePage HomePage { get; set; }
public static NotificationsPage NotificationsPage { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion DayBar/DayBar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ApplicationIcon>DayBar.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Title>DayBar</Title>
<Version>1.1.0.2308-pre1</Version>
<Version>1.1.0.2308-rc1</Version>
<Authors>Léo Corporation</Authors>
<Company>Léo Corporation</Company>
<Copyright>© 2023</Copyright>
Expand Down

0 comments on commit f8fa283

Please sign in to comment.