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 78ad56a commit 2a0e0c1Copy full SHA for 2a0e0c1
Core_SkinEffects/SkinEffectsPlugin.cs
@@ -16,7 +16,7 @@ namespace KK_SkinEffects
16
internal class SkinEffectsPlugin : BaseUnityPlugin
17
{
18
public const string GUID = "Marco.SkinEffects";
19
- public const string Version = "2.1.2";
+ public const string Version = "2.1.3";
20
21
internal static new ManualLogSource Logger { get; private set; }
22
0 commit comments