We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb7b38 commit b31aaa7Copy full SHA for b31aaa7
GraphicsSettings/GraphicsSettings.cs
@@ -14,7 +14,7 @@ namespace GraphicsSettings
14
public class GraphicsSettings : BaseUnityPlugin
15
{
16
public const string GUID = "keelhauled.graphicssettings";
17
- public const string Version = "1.3";
+ public const string Version = "1.3.1";
18
19
private const string CATEGORY_GENERAL = "General";
20
private const string CATEGORY_RENDER = "Rendering";
0 commit comments