Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
woutkolkman committed Nov 26, 2023
1 parent 3f4b5a5 commit 58114eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MouseDrag/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace MouseDrag
{
//also edit version in "modinfo.json"
[BepInPlugin("maxi-mol.mousedrag", "Mouse Drag", "0.2.9")] //(GUID, mod name, mod version)
[BepInPlugin("maxi-mol.mousedrag", "Mouse Drag", "0.3.0")] //(GUID, mod name, mod version)
public class Plugin : BaseUnityPlugin
{
public static new ManualLogSource Logger { get; private set; } = null;
Expand Down
2 changes: 1 addition & 1 deletion MouseDrag/bin/mousedrag/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "maxi-mol.mousedrag",
"name": "Mouse Drag",
"version": "0.2.9",
"version": "0.3.0",
"authors": "Maxi Mol",
"description": "Tool which allows dragging/pausing/destroying creatures and objects\noutside sandbox-mode using your mouse.",
"requirements": [],
Expand Down
Binary file modified MouseDrag/bin/mousedrag/plugins/MouseDrag.dll
Binary file not shown.

0 comments on commit 58114eb

Please sign in to comment.