From e75dc32b993b3d1077785d3a00ec1ed914958d5f Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Sun, 19 May 2024 21:46:21 +0200 Subject: [PATCH] Bump version --- BottlesPlugin/Bottles.cs | 2 +- GogIntegration/GogIntegration.cs | 2 +- HideGamesMiddleware/HideGames.cs | 2 +- ItchIoIntegration/ItchGameSource.cs | 2 +- Launcher/Launcher.csproj | 2 +- LegendaryIntegration/LegendaryGameSource.cs | 2 +- LocalGames/LocalGameSource.cs | 2 +- SteamExporterPlugin/Exporter.cs | 2 +- SteamGridDbMiddleware/SteamGridDb.cs | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/BottlesPlugin/Bottles.cs b/BottlesPlugin/Bottles.cs index a8e9164..2f3225c 100644 --- a/BottlesPlugin/Bottles.cs +++ b/BottlesPlugin/Bottles.cs @@ -12,7 +12,7 @@ namespace BottlesPlugin; public class Bottles : IGameSource { public string ServiceName => "Bottles Integration"; - public string Version => "v1.0.8"; + public string Version => "v1.0.9"; public string SlugServiceName => "bottles"; public string ShortServiceName => "bottles"; public PluginType Type => PluginType.BootProfile; diff --git a/GogIntegration/GogIntegration.cs b/GogIntegration/GogIntegration.cs index 6dea23f..df78377 100644 --- a/GogIntegration/GogIntegration.cs +++ b/GogIntegration/GogIntegration.cs @@ -14,7 +14,7 @@ namespace GogIntegration; public class GogIntegration : IGameSource { public string ServiceName => "GOG Integration"; - public string Version => "v1.1.4"; + public string Version => "v1.1.5"; public string SlugServiceName => "gog-integration"; public string ShortServiceName => "GOG"; public PluginType Type => PluginType.GameSource; diff --git a/HideGamesMiddleware/HideGames.cs b/HideGamesMiddleware/HideGames.cs index e40074c..4a36bf9 100644 --- a/HideGamesMiddleware/HideGames.cs +++ b/HideGamesMiddleware/HideGames.cs @@ -8,7 +8,7 @@ namespace HideGamesMiddleware; public class HideGames : IGameSource { public string ServiceName => "Hide Games"; - public string Version => "v1.0.0"; + public string Version => "v1.0.1"; public string SlugServiceName => "hide-games"; public string ShortServiceName => SlugServiceName; public Storage Storage { get; set; } diff --git a/ItchIoIntegration/ItchGameSource.cs b/ItchIoIntegration/ItchGameSource.cs index 268cc30..1611d41 100644 --- a/ItchIoIntegration/ItchGameSource.cs +++ b/ItchIoIntegration/ItchGameSource.cs @@ -13,7 +13,7 @@ namespace ItchIoIntegration; public class ItchGameSource : IGameSource { public string ServiceName => "Itch.io Integration"; - public string Version => "v1.1.6"; + public string Version => "v1.1.7"; public string SlugServiceName => "itch-io"; public string ShortServiceName => "Itch.io"; public PluginType Type => PluginType.GameSource; diff --git a/Launcher/Launcher.csproj b/Launcher/Launcher.csproj index 83d6490..e8329c7 100644 --- a/Launcher/Launcher.csproj +++ b/Launcher/Launcher.csproj @@ -5,7 +5,7 @@ enable link 1.0.0 - 1.4.2 + 1.4.3 Alfae Assets\icon.ico diff --git a/LegendaryIntegration/LegendaryGameSource.cs b/LegendaryIntegration/LegendaryGameSource.cs index acdfdee..2027324 100644 --- a/LegendaryIntegration/LegendaryGameSource.cs +++ b/LegendaryIntegration/LegendaryGameSource.cs @@ -16,7 +16,7 @@ namespace LegendaryIntegration; public class LegendaryGameSource : IGameSource { public string ServiceName => "Epic Games Integration"; - public string Version => "v1.2.4"; + public string Version => "v1.2.5"; public string SlugServiceName => "epic-games"; public string ShortServiceName => "EpicGames"; public PluginType Type => PluginType.GameSource; diff --git a/LocalGames/LocalGameSource.cs b/LocalGames/LocalGameSource.cs index 9109029..aa731be 100644 --- a/LocalGames/LocalGameSource.cs +++ b/LocalGames/LocalGameSource.cs @@ -15,7 +15,7 @@ public class LocalGameSource : IGameSource { public string ServiceName => "Local Games Integration"; public string ShortServiceName => "Local"; - public string Version => "v2.0.1"; + public string Version => "v2.0.2"; public string SlugServiceName => "local-games"; public PluginType Type => PluginType.GameSource; diff --git a/SteamExporterPlugin/Exporter.cs b/SteamExporterPlugin/Exporter.cs index f4b0b0c..7c4428c 100644 --- a/SteamExporterPlugin/Exporter.cs +++ b/SteamExporterPlugin/Exporter.cs @@ -13,7 +13,7 @@ namespace SteamExporterPlugin; public class Exporter : IGameSource { public string ServiceName => "Steam Exporter"; - public string Version => "v1.2.7"; + public string Version => "v1.2.8"; public string SlugServiceName => "steam-exporter"; public string ShortServiceName => "Steam"; public PluginType Type => PluginType.BootProfile; diff --git a/SteamGridDbMiddleware/SteamGridDb.cs b/SteamGridDbMiddleware/SteamGridDb.cs index 07378cf..abd01d6 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.2"; + public string Version => "v1.2.3"; public string SlugServiceName => "steam-grid-db"; public string ShortServiceName => "steamgriddb"; public PluginType Type => PluginType.Middleware;