From 0aa7f633c943648c2cc0220fbca6042595a739a5 Mon Sep 17 00:00:00 2001 From: "(Fallox) Nikko Renolds" Date: Fri, 14 Jan 2022 19:31:17 +0000 Subject: [PATCH] Bump version --- Source/SingleBoostr.Core/Misc/Const.cs | 4 ++-- version.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/SingleBoostr.Core/Misc/Const.cs b/Source/SingleBoostr.Core/Misc/Const.cs index 60d4e9d..183565b 100644 --- a/Source/SingleBoostr.Core/Misc/Const.cs +++ b/Source/SingleBoostr.Core/Misc/Const.cs @@ -45,7 +45,7 @@ public sealed class Example_Profile public sealed class SingleBoostr { public const string NAME = "SingleBoostr"; - public const string VERSION = "4.2.0"; + public const string VERSION = "4.2.1"; public static string IDLER_EXE => $"{NAME}.Game.exe"; public static string APP_LIST => $"{NAME}.AppList.json"; public static string SETTINGS_FILE => $"{NAME}.Settings.json"; @@ -55,7 +55,7 @@ public sealed class SingleBoostr public sealed class HourBoostr { public const string NAME = "HourBoostr"; - public const string VERSION = "4.2.0"; + public const string VERSION = "4.2.1"; public static string IDLER_EXE => $"{NAME}.exe"; public static string SETTINGS_EXE => $"{NAME}.Settings.exe"; public static string SETTINGS_FILE => $"{NAME}.Settings.json"; diff --git a/version.json b/version.json index 2e2e06a..ba893ef 100644 --- a/version.json +++ b/version.json @@ -2,13 +2,13 @@ "Applications": [ { "Name":"SingleBoostr", - "Version": "4.2.0", - "Info": "New feature: button to select a random 32 games!" + "Version": "4.2.1", + "Info": "Bug fix for saying update on latest version" }, { "Name":"HourBoostr", - "Version": "4.2.0", - "Info": "New feature: button to select a random 32 games!" + "Version": "4.2.1", + "Info": "Bug fix for saying update on latest version" } ] }