diff --git a/Source - OLD/SingleBoostr.Core/Misc/Const.cs b/Source - OLD/SingleBoostr.Core/Misc/Const.cs index f9320ea..a1400b6 100644 --- a/Source - OLD/SingleBoostr.Core/Misc/Const.cs +++ b/Source - OLD/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.5"; + public const string VERSION = "4.2.6"; public static string IDLER_EXE => $"{NAME}.Game.exe"; public static string APP_LIST => $"{NAME}.AppList.json"; public static string SETTINGS_FILE => $"{NAME}.Settings.json"; diff --git a/version.json b/version.json index af57fd0..38b6a2f 100644 --- a/version.json +++ b/version.json @@ -2,8 +2,8 @@ "Applications": [ { "Name":"SingleBoostr", - "Version": "4.2.5", - "Info": "Larger applicaton window, new font plus more" + "Version": "4.2.6", + "Info": "Small tweaks" }, { "Name":"HourBoostr",