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

Restrict older xScience versions' compatibility range.

This commit is contained in:
Matthew Heguy
2015-08-06 09:59:59 -04:00
parent 0f31026c18
commit 413a10acd0
5 changed files with 5 additions and 5 deletions

View File

@ -17,5 +17,5 @@
} }
], ],
"version": "4.2", "version": "4.2",
"ksp_version_min": "1.0.1" "ksp_version": "1.0.1"
} }

View File

@ -17,5 +17,5 @@
} }
], ],
"version": "4.3", "version": "4.3",
"ksp_version_min": "1.0.2" "ksp_version": "1.0.2"
} }

View File

@ -17,5 +17,5 @@
} }
], ],
"version": "4.4", "version": "4.4",
"ksp_version_min": "1.0.2" "ksp_version": "1.0.2"
} }

View File

@ -17,5 +17,5 @@
} }
], ],
"version": "4.5", "version": "4.5",
"ksp_version_min": "1.0.2" "ksp_version": "1.0.2"
} }

View File

@ -17,5 +17,5 @@
} }
], ],
"version": "4.6", "version": "4.6",
"ksp_version_min": "1.0.4" "ksp_version": "1.0.4"
} }