Skip to content

Commit

Permalink
Bumped to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed May 16, 2024
1 parent 10cdb2e commit 953d6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Riders.Tweakbox/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ModId": "Riders.Tweakbox",
"ModName": "Sonic Riders Tweakbox",
"ModAuthor": "Sewer56",
"ModVersion": "0.7.0",
"ModVersion": "0.7.1",
"ModDescription": "The all-in-one Riders mod. Like Heroes Tweakbox but on steroids.",
"ModDll": "Riders.Tweakbox.dll",
"ModIcon": "Preview.png",
Expand Down
2 changes: 1 addition & 1 deletion Riders.Tweakbox/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
namespace Riders.Tweakbox;
public class Program : IMod, IExports
{
public static string Version = "0.7.0";
public static string Version = "0.7.1";

/// <summary>
/// ID of the mod.
Expand Down

0 comments on commit 953d6c7

Please sign in to comment.