Skip to content

Commit

Permalink
feat: Bump version, update README for release
Browse files Browse the repository at this point in the history
  • Loading branch information
afilbert committed Apr 22, 2023
1 parent cbb7d6b commit c372351
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 @@ -98,6 +98,7 @@ Built with [BepInEx](https://valheim.thunderstore.io/package/denikson/BepInExPac

Releases in github repo are packaged for Thunderstore Mod Manager.

* 0.0.8 Target latest BepInEx version 5.4.2105
* 0.0.7 Safeguard stamina regen after configurable elapsed time at zero stamina
* 0.0.6 Reequip weapon automatically upon exiting swim state if one stowed while swimming
* 0.0.5 Strafe while auto-running/sneaking
Expand Down
2 changes: 1 addition & 1 deletion ToggleMovementMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class ToggleMovementMod : BaseUnityPlugin
{
const string pluginGUID = "afilbert.ValheimToggleMovementMod";
const string pluginName = "Valheim - Toggle Movement Mod";
const string pluginVersion = "0.0.7";
const string pluginVersion = "0.0.8";
public static ManualLogSource logger;

private readonly Harmony _harmony = new Harmony(pluginGUID);
Expand Down

0 comments on commit c372351

Please sign in to comment.