Fix FAR v0.15.9 KSP compatibility (#1288)

For some reason, it says that FAR v0.15.9 is for KSP 1.2.  It is not; it is for KSP 1.3.
This commit is contained in:
ferram4 2017-08-23 02:33:01 -04:00 committed by Myk
parent 8fc015c7c7
commit 9b63300bb4
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
"repository": "https://github.com/ferram4/Ferram-Aerospace-Research"
},
"version": "3:0.15.9",
"ksp_version_min": "1.2.0",
"ksp_version_max": "1.2.2",
"ksp_version_min": "1.3.0",
"ksp_version_max": "1.3.99",
"provides": [
"AerodynamicModel",
"FAR"