Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
woutkolkman committed Dec 1, 2024
1 parent 87a8569 commit 2c8eacd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MouseDrag/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Plugin : BaseUnityPlugin
//metadata
public const string GUID = "maxi-mol.mousedrag";
public const string Name = "Mouse Drag";
public const string Version = "0.5.0"; //also edit version in "modinfo.json"
public const string Version = "0.5.1"; //also edit version in "modinfo.json"

public static new ManualLogSource Logger { get; private set; } = null;
private static bool isEnabled = false;
Expand Down
4 changes: 2 additions & 2 deletions MouseDrag/bin/mousedrag/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "maxi-mol.mousedrag",
"name": "Mouse Drag",
"version": "0.5.0",
"version": "0.5.1",
"authors": "Maxi Mol",
"description": "Tool which allows dragging/pausing/destroying/.. creatures and objects\noutside sandbox-mode using your mouse.",
"description": "Tool which allows editing in-game objects outside sandbox-mode using your mouse.",
"requirements": [],
"requirements_names": [],
"tags": ["Tools"],
Expand Down
Binary file modified MouseDrag/bin/mousedrag/plugins/MouseDrag.dll
Binary file not shown.
Binary file modified MouseDrag/bin/mousedrag/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified addons/FreeCam/bin/freecam/plugins/FreeCam.dll
Binary file not shown.

0 comments on commit 2c8eacd

Please sign in to comment.