Skip to content

Commit

Permalink
update to v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Deinonychus71 committed Mar 19, 2021
1 parent ee1bc70 commit 707af1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sma5h.CLI/Script.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Script
private readonly IStateManager _state;
private readonly IServiceProvider _serviceProvider;
private readonly IWorkspaceManager _workspace;
private const double CLIVersion = 1.31;
private const double CLIVersion = 1.4;

public Script(IServiceProvider serviceProvider, IWorkspaceManager workspace, IStateManager state, ILogger<Script> logger)
{
Expand Down
4 changes: 2 additions & 2 deletions Sma5h/Mods/Sma5h.Mods.Music/Helpers/MusicConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
public class MusicConstants
{
public const double VersionSma5hMusic = 1.31;
public const double VersionSma5hMusicOverride = 1.31;
public const double VersionSma5hMusic = 1.4;
public const double VersionSma5hMusicOverride = 1.4;

public class MusicModFiles
{
Expand Down
2 changes: 1 addition & 1 deletion Sma5hMusic.GUI/Helpers/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Sma5hMusic.GUI.Helpers
{
public static class Constants
{
public const double GUIVersion = 1.31;
public const double GUIVersion = 1.4;

public const float DefaultVolume = 0.8f;
public const float MinimumGameVolume = -20.0f;
Expand Down

0 comments on commit 707af1b

Please sign in to comment.