Give ksp version compatibility caps to LandingHeight
This commit is contained in:
parent
abf41ef254
commit
bda2452510
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue