From c372351652bca74361e3674654cbdf44aa53b834 Mon Sep 17 00:00:00 2001 From: Aron Filbert Date: Sat, 22 Apr 2023 12:05:59 -0500 Subject: [PATCH] feat: Bump version, update README for release --- README.md | 1 + ToggleMovementMod.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fbf79d..8261962 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ToggleMovementMod.cs b/ToggleMovementMod.cs index 105b746..34e0942 100644 --- a/ToggleMovementMod.cs +++ b/ToggleMovementMod.cs @@ -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);