Skip to content

Commit a2a4ca4

Browse files
committed
new version
1 parent 92cdfd4 commit a2a4ca4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

MouseDrag/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
namespace MouseDrag
1010
{
1111
//also edit version in "modinfo.json"
12-
[BepInPlugin("maxi-mol.mousedrag", "Mouse Drag", "0.3.1")] //(GUID, mod name, mod version)
12+
[BepInPlugin("maxi-mol.mousedrag", "Mouse Drag", "0.3.2")] //(GUID, mod name, mod version)
1313
public class Plugin : BaseUnityPlugin
1414
{
1515
public static new ManualLogSource Logger { get; private set; } = null;

MouseDrag/bin/mousedrag/modinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "maxi-mol.mousedrag",
33
"name": "Mouse Drag",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"authors": "Maxi Mol",
66
"description": "Tool which allows dragging/pausing/destroying creatures and objects\noutside sandbox-mode using your mouse.",
77
"requirements": [],
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)