Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Dec 25, 2023
1 parent d50f353 commit fccb516
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Launcher/Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<TrimMode>link</TrimMode>
<PackageVersion>1.0.0</PackageVersion>
<AssemblyVersion>1.4.1</AssemblyVersion>
<AssemblyVersion>1.4.2</AssemblyVersion>
<AssemblyName>Alfae</AssemblyName>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion LegendaryIntegration/LegendaryGameSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace LegendaryIntegration;
public class LegendaryGameSource : IGameSource
{
public string ServiceName => "Epic Games Integration";
public string Version => "v1.2.3";
public string Version => "v1.2.4";
public string SlugServiceName => "epic-games";
public string ShortServiceName => "EpicGames";
public LegendaryAuth? auth;
Expand Down
2 changes: 1 addition & 1 deletion SteamGridDbMiddleware/SteamGridDb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace SteamGridDbMiddleware;
public class SteamGridDb : IGameSource
{
public string ServiceName => "SteamGridDb";
public string Version => "v1.2.1";
public string Version => "v1.2.2";
public string SlugServiceName => "steam-grid-db";
public string ShortServiceName => "steamgriddb";
public IApp App { get; set; }

Check warning on line 18 in SteamGridDbMiddleware/SteamGridDb.cs

View workflow job for this annotation

GitHub Actions / build-linux

Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Check warning on line 18 in SteamGridDbMiddleware/SteamGridDb.cs

View workflow job for this annotation

GitHub Actions / build-linux

Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Expand Down

0 comments on commit fccb516

Please sign in to comment.