From 37070de56912999239f35e6dfde49b72d0212043 Mon Sep 17 00:00:00 2001 From: cheese3660 Date: Wed, 25 Oct 2023 21:19:20 -0400 Subject: [PATCH] Add minimum ksp2 version --- SpaceWarpBuildTemplate/swinfo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpaceWarpBuildTemplate/swinfo.json b/SpaceWarpBuildTemplate/swinfo.json index cac6ed7..4f40916 100644 --- a/SpaceWarpBuildTemplate/swinfo.json +++ b/SpaceWarpBuildTemplate/swinfo.json @@ -24,7 +24,7 @@ } ], "ksp2_version": { - "min": "0", + "min": "0.1.5.0", "max": "*" } }