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:
DasSkelett 2020-02-17 15:18:37 +01:00 committed by GitHub
parent de944c1484
commit bbcd3b2260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"