Merge pull request #848 from politas/patch-1

Fix KSP version range on old ModuleRCSFX versions
This commit is contained in:
Arne 2015-12-06 13:53:45 +01:00
commit f69ca73fa0
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@
"NathanKell"
],
"release_status": "stable",
"ksp_version": "1.0",
"ksp_version_min": "1.0.0",
"ksp_version_max": "1.0.4",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/92290",
"repository": "https://github.com/NathanKell/ModuleRCSFX"

View File

@ -14,7 +14,8 @@
"repository": "https://github.com/NathanKell/ModuleRCSFX"
},
"version": "v4.1",
"ksp_version": "1.0",
"ksp_version_min": "1.0.0",
"ksp_version_max": "1.0.4",
"download": "https://github.com/NathanKell/ModuleRCSFX/releases/download/v4.1/ModuleRCSFX_v4.1.zip",
"download_size": 6831,
"x_generated_by": "netkan"