Skip to content

Commit 33f7ab5

Browse files
committed
GraphicsSettings - v0.8
1 parent 87a36d9 commit 33f7ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GraphicsSettingsIL2CPP_net6/GraphicsSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class GraphicsSettings : BasePlugin
1616
{
1717
internal const string GUID = "BepInEx.GraphicsSettingsIL2CPP_net6";
1818
internal const string PluginName = "Graphics Settings";
19-
internal const string PluginVersion = "0.7";
19+
internal const string PluginVersion = "0.8";
2020

2121
private static ConfigEntry<int> Width;
2222
private static ConfigEntry<int> Height;

GraphicsSettingsIL2CPP_netFm/GraphicsSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class GraphicsSettings : BasePlugin
1616
{
1717
internal const string GUID = "BepInEx.GraphicsSettingsIL2CPP_net6";
1818
internal const string PluginName = "Graphics Settings";
19-
internal const string PluginVersion = "0.7";
19+
internal const string PluginVersion = "0.8";
2020

2121
private static ConfigEntry<int> Width;
2222
private static ConfigEntry<int> Height;

0 commit comments

Comments
 (0)