Skip to content

Commit

Permalink
Version up to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Dec 18, 2021
1 parent 5dff6b2 commit 62b46fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DragAndDrop.Core/DragAndDropCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public abstract class DragAndDropCore : BaseUnityPlugin
{
public const string PluginName = "Drag & Drop";
public const string GUID = "keelhauled.draganddrop";
public const string Version = "1.2.6";
public const string Version = "1.2.7";
internal static new ManualLogSource Logger;

private UnityDragAndDropHook hook;
Expand Down

0 comments on commit 62b46fe

Please sign in to comment.