From fccb516a0429c7824ab33606ae6d96da93953f59 Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Mon, 25 Dec 2023 19:50:25 +0100 Subject: [PATCH] Bump version --- Launcher/Launcher.csproj | 2 +- LegendaryIntegration/LegendaryGameSource.cs | 2 +- SteamGridDbMiddleware/SteamGridDb.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Launcher/Launcher.csproj b/Launcher/Launcher.csproj index e8ef0b3..5860f13 100644 --- a/Launcher/Launcher.csproj +++ b/Launcher/Launcher.csproj @@ -5,7 +5,7 @@ enable link 1.0.0 - 1.4.1 + 1.4.2 Alfae Assets\icon.ico diff --git a/LegendaryIntegration/LegendaryGameSource.cs b/LegendaryIntegration/LegendaryGameSource.cs index c93b5ff..660e063 100644 --- a/LegendaryIntegration/LegendaryGameSource.cs +++ b/LegendaryIntegration/LegendaryGameSource.cs @@ -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; diff --git a/SteamGridDbMiddleware/SteamGridDb.cs b/SteamGridDbMiddleware/SteamGridDb.cs index fa66407..bc55519 100644 --- a/SteamGridDbMiddleware/SteamGridDb.cs +++ b/SteamGridDbMiddleware/SteamGridDb.cs @@ -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; }