We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4920f27 commit b65f2d4Copy full SHA for b65f2d4
1 file changed
Core_SkinEffects/SkinEffectsPlugin.cs
@@ -17,7 +17,7 @@ namespace KK_SkinEffects
17
internal class SkinEffectsPlugin : BaseUnityPlugin
18
{
19
public const string GUID = "Marco.SkinEffects";
20
- public const string Version = "2.1.4";
+ public const string Version = "3.0";
21
22
internal static new ManualLogSource Logger { get; private set; }
23
0 commit comments