Restrict KSP version on old KAC releases (#1212)
This commit is contained in:
parent
30cfa81554
commit
89e0bc2b8d
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"version": "v3.6.1.0",
|
||||
"ksp_version_min": "1.1.0",
|
||||
"ksp_version_max": "1.1.99",
|
||||
"ksp_version_max": "1.1.2",
|
||||
"recommends": [
|
||||
{
|
||||
"name": "TriggerAu-Flags"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"version": "v3.6.2.1",
|
||||
"ksp_version_min": "1.1.0",
|
||||
"ksp_version_max": "1.1.99",
|
||||
"ksp_version_max": "1.1.2",
|
||||
"recommends": [
|
||||
{
|
||||
"name": "TriggerAu-Flags"
|
||||
|
|
Loading…
Reference in New Issue