Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni1kko committed Jan 14, 2022
1 parent 9b1e117 commit 0aa7f63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Source/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.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";
Expand All @@ -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";
Expand Down
8 changes: 4 additions & 4 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 0aa7f63

Please sign in to comment.