From 397b7c54a3ff2f36eddf9288897c54fa58bf3f91 Mon Sep 17 00:00:00 2001 From: Grantapher Date: Mon, 1 Jul 2024 11:04:16 -0700 Subject: [PATCH] Bump version to `0.9.13.3` (stable) Also bump target game version to `0.218.19`. --- ValheimPlus/ValheimPlus.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ValheimPlus/ValheimPlus.cs b/ValheimPlus/ValheimPlus.cs index 15cd6056..48ef54b7 100644 --- a/ValheimPlus/ValheimPlus.cs +++ b/ValheimPlus/ValheimPlus.cs @@ -26,7 +26,7 @@ public class ValheimPlusPlugin : BaseUnityPlugin private const string ValheimPlusName = "Valheim Plus"; // Version used when numeric is required (assembly info, bepinex, System.Version parsing). - public const string NumericVersion = "0.9.13.2"; + public const string NumericVersion = "0.9.13.3"; // Extra version, like alpha/beta/rc/stable. Can leave blank if a stable release. private const string VersionExtra = ""; @@ -41,7 +41,7 @@ public class ValheimPlusPlugin : BaseUnityPlugin private static readonly GameVersion MinSupportedGameVersion = new(0, 218, 11); // The game version this version of V+ was compiled against. - private static readonly GameVersion TargetGameVersion = new(0, 218, 15); + private static readonly GameVersion TargetGameVersion = new(0, 218, 19); // Versions we know for sure will not work with this game version. // Useful if a PTB is active to exclude it from the stable release.