Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni1kko committed Jan 30, 2022
1 parent fdf5aa8 commit 18fdcf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source - OLD/SingleBoostr.Core/Misc/Const.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 18fdcf4

Please sign in to comment.