diff --git a/ContractConfigurator/ContractConfigurator-1.9.0.ckan b/ContractConfigurator/ContractConfigurator-1.9.0.ckan index d4ccf502db..845eeb9fe2 100644 --- a/ContractConfigurator/ContractConfigurator-1.9.0.ckan +++ b/ContractConfigurator/ContractConfigurator-1.9.0.ckan @@ -1,5 +1,5 @@ { - "spec_version": 1, + "spec_version": "v1.16", "identifier": "ContractConfigurator", "name": "Contract Configurator", "abstract": "A config-file based solution for creating new contracts!", @@ -16,6 +16,11 @@ }, "version": "1.9.0", "ksp_version": "1.0.5", + "recommends": [ + { + "name": "WaypointManager" + } + ], "suggests": [ { "name": "CoherentContracts" @@ -23,14 +28,12 @@ { "name": "ContractsWindowPlus" }, - { - "name": "WaypointManager" - }, { "name": "WiderContractsApp" } ], "download": "https://github.com/jrossignol/ContractConfigurator/releases/download/1.9.0/ContractConfigurator_1.9.0.zip", "download_size": 365308, + "ksp_version_strict": true, "x_generated_by": "netkan" }