RN fix my mods that are set for all ksp versions

Somehow these 3 releases gt set for "all ksp versions", this is
extremely incorrect as they absolutely do NOT work in all versions. This
is making ckan install the older releases in 1.4.2 even though the
latest release only supports up to 1.3.1.

-These mods DID contain version files when these meta data files were
generated and for some reason ignored my versioning in them
This commit is contained in:
raidernick 2018-04-03 09:27:25 -04:00 committed by HebaruSan
parent 66172540a3
commit 6d364728b4
3 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,8 @@
"repository": "https://github.com/KSP-RO/Antares-Cygnus"
},
"version": "1:v1.3",
"ksp_version_min": "1.1.1",
"ksp_version_max": "1.3.99",
"install": [
{
"find": "KK_Antares",

View File

@ -10,6 +10,8 @@
"repository": "https://github.com/KSP-RO/RNMisc"
},
"version": "1:v1.2",
"ksp_version_min": "1.2.0",
"ksp_version_max": "1.3.99",
"depends": [
{
"name": "BDAnimationModules"

View File

@ -10,6 +10,8 @@
"repository": "https://github.com/KSP-RO/USSovietSolarPanelsPack"
},
"version": "1:v1.4",
"ksp_version_min": "1.1.1",
"ksp_version_max": "1.3.99",
"install": [
{
"find": "RN_Solar_Panels",