From 17a1fcf7e1d0021e214d7503dcfbae0ee2f45674 Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:50:10 +0100 Subject: [PATCH] Bump version --- Launcher/Launcher.csproj | 16 +++++++--------- SteamExporterPlugin/Exporter.cs | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Launcher/Launcher.csproj b/Launcher/Launcher.csproj index 5cf6807..6e06e3c 100644 --- a/Launcher/Launcher.csproj +++ b/Launcher/Launcher.csproj @@ -3,11 +3,9 @@ WinExe net6.0 enable - - copyused - true + link 1.0.0 - 1.3.1 + 1.3.2 Alfae @@ -23,12 +21,12 @@ - - + + - - - + + + diff --git a/SteamExporterPlugin/Exporter.cs b/SteamExporterPlugin/Exporter.cs index a2a985c..41f26ac 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.4"; + public string Version => "v1.2.5"; public string SlugServiceName => "steam-exporter"; public string ShortServiceName => "Steam"; public IApp? App { get; private set; }