Skip to content

Commit

Permalink
Version up to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Feb 20, 2024
1 parent 4fb7b38 commit b31aaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraphicsSettings/GraphicsSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace GraphicsSettings
public class GraphicsSettings : BaseUnityPlugin
{
public const string GUID = "keelhauled.graphicssettings";
public const string Version = "1.3";
public const string Version = "1.3.1";

private const string CATEGORY_GENERAL = "General";
private const string CATEGORY_RENDER = "Rendering";
Expand Down

0 comments on commit b31aaa7

Please sign in to comment.