Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeSpork committed Nov 4, 2020
1 parent 210f83d commit d45cf96
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.2.0";
public const string Version = "1.3.0";

public static AdvIKPlugin Instance { get; set; }

Expand Down

0 comments on commit d45cf96

Please sign in to comment.