1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00

Restrict/impose ksp_version_max attributes to mods so that they're not compatible with 1.1.0.

This commit is contained in:
Matthew Heguy
2015-12-14 10:38:14 -05:00
parent 398bc0104d
commit 5dd385aef7
52 changed files with 97 additions and 45 deletions

View File

@ -19,5 +19,6 @@
"download": "https://kerbalstuff.com/mod/148/Modular%20Rocket%20Systems%20-%20Parts%20Pack/download/1.6.3",
"x_generated_by": "netkan",
"download_size": 10934156,
"ksp_version_min": "1.0.1"
"ksp_version_min": "1.0.1",
"ksp_version_max": "1.0.5"
}