Skip to content

Commit 87b4c20

Browse files
committed
chore: Bump version due to log cleanup
This was due to releasing a test version of the binary that had a bunch of debugging log lines in it
1 parent 42efe84 commit 87b4c20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Built with [BepInEx](https://valheim.thunderstore.io/package/denikson/BepInExPac
114114

115115
Releases in github repo are packaged for Thunderstore Mod Manager.
116116

117+
* 1.4.2 Clean up debugging logging
117118
* 1.4.1 Fix auto-sneak bug that got stuck at the stam regen threshold
118119
* 1.4.0 Support The Bog Witch update. Add auto-attack feature. Optimize the main loop to prevent toggle lock in certain scenarios
119120
* 1.3.0 Add auto-jump feature and many improvements and tweaks

ToggleMovementMod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class ToggleMovementMod : BaseUnityPlugin
1818
{
1919
const string pluginGUID = "afilbert.ValheimToggleMovementMod";
2020
const string pluginName = "Valheim - Toggle Movement Mod";
21-
const string pluginVersion = "1.4.1";
21+
const string pluginVersion = "1.4.2";
2222
const string freeLookKey = "FreeLook";
2323
const string sprintKey = "Sprint";
2424

0 commit comments

Comments
 (0)