File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public partial class MaterialEditorPlugin : MaterialEditorPluginBase
6666 /// <summary>
6767 /// MaterialEditor plugin version
6868 /// </summary>
69- public const string PluginVersion = "4.0" ;
69+ public const string PluginVersion = "4.0.1 " ;
7070
7171
7272 /// <summary>
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class ShaderSwapper : BaseUnityPlugin
3030 public const string PluginGUID = "com.deathweasel.bepinex.shaderswapper" ;
3131 public const string PluginName = "Shader Swapper" ;
3232 public const string PluginNameInternal = Constants . Prefix + "_ShaderSwapper" ;
33- public const string PluginVersion = "1.8" ;
33+ public const string PluginVersion = "1.8.1 " ;
3434 internal static new ManualLogSource Logger ;
3535 private static ShaderSwapper Instance ;
3636
You can’t perform that action at this time.
0 commit comments