Fix CameraTools-v1.12.0 compatibility (#1834)
`"ksp_version_max"` was set to `"1.10.99"`, the new release is only 1.8 compatible. This commit reduces it to KSP 1.7 compatibility, so that the older version doesn't get pulled in on KSP 1.9.
This commit is contained in:
parent
de944c1484
commit
bbcd3b2260
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"version": "v1.12.0",
|
||||
"ksp_version_min": "1.7.0",
|
||||
"ksp_version_max": "1.10.99",
|
||||
"ksp_version_max": "1.7.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
|
|
Loading…
Reference in New Issue