Skip to content

Commit

Permalink
Bump version to 0.9.13.3 (stable)
Browse files Browse the repository at this point in the history
Also bump target game version to `0.218.19`.
  • Loading branch information
Grantapher committed Jul 1, 2024
1 parent 6392bd4 commit 397b7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ValheimPlus/ValheimPlus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand All @@ -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.
Expand Down

0 comments on commit 397b7c5

Please sign in to comment.