Skip to content

Commit

Permalink
chore: Bump version due to log cleanup
Browse files Browse the repository at this point in the history
This was due to releasing a test version of the binary that had a bunch of debugging log lines in it
  • Loading branch information
afilbert committed Dec 24, 2024
1 parent 42efe84 commit 87b4c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Built with [BepInEx](https://valheim.thunderstore.io/package/denikson/BepInExPac

Releases in github repo are packaged for Thunderstore Mod Manager.

* 1.4.2 Clean up debugging logging
* 1.4.1 Fix auto-sneak bug that got stuck at the stam regen threshold
* 1.4.0 Support The Bog Witch update. Add auto-attack feature. Optimize the main loop to prevent toggle lock in certain scenarios
* 1.3.0 Add auto-jump feature and many improvements and tweaks
Expand Down
2 changes: 1 addition & 1 deletion ToggleMovementMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class ToggleMovementMod : BaseUnityPlugin
{
const string pluginGUID = "afilbert.ValheimToggleMovementMod";
const string pluginName = "Valheim - Toggle Movement Mod";
const string pluginVersion = "1.4.1";
const string pluginVersion = "1.4.2";
const string freeLookKey = "FreeLook";
const string sprintKey = "Sprint";

Expand Down

0 comments on commit 87b4c20

Please sign in to comment.