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:
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user