Skip to content

Commit

Permalink
Releasing bug fix for spine stiffness issue
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeSpork committed Oct 6, 2020
1 parent da92c1c commit 5103f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdvIKPlugin/AdvIKPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public partial class AdvIKPlugin : BaseUnityPlugin
{
public const string GUID = "orange.spork.advikplugin";
public const string PluginName = "AdvIKPlugin";
public const string Version = "1.1.0";
public const string Version = "1.1.1";

public static AdvIKPlugin Instance { get; set; }

Expand Down

0 comments on commit 5103f5c

Please sign in to comment.