We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeef112 commit 4e8b4b1Copy full SHA for 4e8b4b1
ValheimPlus/ValheimPlus.cs
@@ -16,7 +16,7 @@ namespace ValheimPlus
16
[BepInPlugin("org.bepinex.plugins.valheim_plus", "Valheim Plus", version)]
17
public class ValheimPlusPlugin : BaseUnityPlugin
18
{
19
- public const string version = "0.9.9.5";
+ public const string version = "0.9.9.6";
20
public static string newestVersion = "";
21
public static bool isUpToDate = false;
22
0 commit comments