From d45cf96439dc09e362a77825dce63d170149ecc9 Mon Sep 17 00:00:00 2001 From: OrangeSpork <57274555+OrangeSpork@users.noreply.github.com> Date: Wed, 4 Nov 2020 13:41:42 -0700 Subject: [PATCH] Update version number --- AdvIKPlugin/AdvIKPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdvIKPlugin/AdvIKPlugin.cs b/AdvIKPlugin/AdvIKPlugin.cs index 467e683..8d1b271 100644 --- a/AdvIKPlugin/AdvIKPlugin.cs +++ b/AdvIKPlugin/AdvIKPlugin.cs @@ -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; }