Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed May 19, 2024
1 parent 3c7391a commit e75dc32
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion BottlesPlugin/Bottles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion GogIntegration/GogIntegration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion HideGamesMiddleware/HideGames.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Store> Storage { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion ItchIoIntegration/ItchGameSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
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.2</AssemblyVersion>
<AssemblyVersion>1.4.3</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 @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion LocalGames/LocalGameSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion SteamExporterPlugin/Exporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
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.2";
public string Version => "v1.2.3";
public string SlugServiceName => "steam-grid-db";
public string ShortServiceName => "steamgriddb";
public PluginType Type => PluginType.Middleware;
Expand Down

0 comments on commit e75dc32

Please sign in to comment.