From bda2452510d18c0dec29c5056f671b54dac2226f Mon Sep 17 00:00:00 2001 From: Matthew Heguy Date: Wed, 26 Aug 2015 18:28:41 -0400 Subject: [PATCH] Give ksp version compatibility caps to LandingHeight --- LandingHeight/LandingHeight-1.3.ckan | 3 ++- LandingHeight/LandingHeight-1.4.ckan | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/LandingHeight/LandingHeight-1.3.ckan b/LandingHeight/LandingHeight-1.3.ckan index cd627dba84..2f1590134d 100644 --- a/LandingHeight/LandingHeight-1.3.ckan +++ b/LandingHeight/LandingHeight-1.3.ckan @@ -6,7 +6,8 @@ "abstract": "Display true height to ground from the bottom of your vessel on in-game altimeter when in surface mode. Display altitude above sea level (KSP Default) when in orbit mode.", "license": "GPL-3.0", "release_status": "stable", - "ksp_version": "any", + "ksp_version_min": "0.90", + "ksp_version_max": "1.0.99", "resources": { "homepage": "http://forum.kerbalspaceprogram.com/threads/76320", "repository": "https://github.com/SirDiazo/LandingHeight" diff --git a/LandingHeight/LandingHeight-1.4.ckan b/LandingHeight/LandingHeight-1.4.ckan index c373861d8e..3584cfbb80 100644 --- a/LandingHeight/LandingHeight-1.4.ckan +++ b/LandingHeight/LandingHeight-1.4.ckan @@ -11,7 +11,8 @@ "repository": "https://github.com/SirDiazo/LandingHeight" }, "version": "1.4", - "ksp_version": "any", + "ksp_version_min": "0.90", + "ksp_version_max": "1.0.99", "install": [ { "file": "GameData/Diazo",