Skip to content

Commit

Permalink
Version 1.1.0.2308
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Aug 1, 2023
1 parent 6468f9f commit 4a69bc2
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-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; }

Check warning on line 40 in DayBar/Classes/Global.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable property 'HomePage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
public static NotificationsPage NotificationsPage { get; set; }

Check warning on line 41 in DayBar/Classes/Global.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable property 'NotificationsPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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-rc1</Version>
<Version>1.1.0.2308</Version>
<Authors>Léo Corporation</Authors>
<Company>Léo Corporation</Company>
<Copyright>© 2023</Copyright>
Expand Down

0 comments on commit 4a69bc2

Please sign in to comment.