From 24100d94bf7346879a556116a889ea8f19ac5ec2 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Sun, 19 Jun 2022 13:25:56 -0700 Subject: [PATCH] Bump MM to 4.2.2 --- .github/workflows/ksp-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ksp-publish.yml b/.github/workflows/ksp-publish.yml index de7ff87..4f5719a 100644 --- a/.github/workflows/ksp-publish.yml +++ b/.github/workflows/ksp-publish.yml @@ -47,7 +47,7 @@ jobs: - name: Download KSP Dependencies run: | wget http://pileof.rocks/KSP/Shabby_v0.2.0.zip - wget https://ksp.sarbian.com/jenkins/job/ModuleManager/161/artifact/ModuleManager.4.2.1.dll + wget https://ksp.sarbian.com/jenkins/job/ModuleManager/162/artifact/ModuleManager.4.2.2.dll wget https://github.com/blowfishpro/B9PartSwitch/releases/download/v2.19.0/B9PartSwitch_v2.19.0.zip wget https://github.com/KSPModdingLibs/HarmonyKSP/releases/download/2.0.4.0/HarmonyKSP_2.0.4.0_for_KSP1.8+.zip unzip -d Shabby Shabby*.zip