Skip to content

Commit

Permalink
Version up to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jun 11, 2020
1 parent 24b9bdc commit 0deef8b
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";
public const string Version = "1.2.1";
internal static new ManualLogSource Logger;

private UnityDragAndDropHook hook;
Expand Down

0 comments on commit 0deef8b

Please sign in to comment.