Skip to content

Commit 58114eb

Browse files
committed
new version
1 parent 3f4b5a5 commit 58114eb

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.2.9")] //(GUID, mod name, mod version)
12+
[BepInPlugin("maxi-mol.mousedrag", "Mouse Drag", "0.3.0")] //(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.2.9",
4+
"version": "0.3.0",
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)