From 062d9257508c1dd70870be4a3aa41cc01db771fe Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Wed, 15 Jun 2022 08:38:30 -0700 Subject: [PATCH] Correct small case typo in dependency string --- publish/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/manifest.json b/publish/manifest.json index c33e71a..62b01ba 100644 --- a/publish/manifest.json +++ b/publish/manifest.json @@ -6,6 +6,6 @@ "dependencies": [ "denikson-BepInExPack_Valheim-5.4.1900", "ValheimModding-Jotunn-2.6.9", - "Oran1-MountUp-3.2.9" + "Oran1-Mountup-3.2.9" ] }